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