Compares the current instance with another object of the same type.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax 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