Compares the current instance with another object of the same type.
Namespace: Easymap.AddIn.Common.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic int CompareTo(
Object obj
)
Public Function CompareTo (
obj As Object
) As Integer
Parameters
- obj Object
- An object to compare with this instance.
Return Value
Int32Implements
IComparableCompareTo(Object)
Remarks
A value that indicates the relative order of the objects being compared.
The return value has these meanings: Value Meaning Less than zero This instance
is less than obj. Zero This instance is equal to obj. Greater than zero This
instance is greater than obj.
See Also