FoundCircleCompareTo Method |
Compares this circle with another one.
if
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic int CompareTo(
Object obj
)
Parameters
- obj Object
- The other circle.
Return Value
Int32-1 if this.Size.Length < obj.Size.Length or if this.Distance > obj.Distance.
1 if this.Size.Length > obj.Size.Length or if this.Distance < obj.Distance
Implements
IComparableCompareTo(Object)
See Also