TwoDLocationCompareTo Method (Object) |
IComparable implementation. Hierarchical calls to the CompareTo methods
for topo ID, then x1, then y1, x2, y2 comparison (but not Info). String comparisons
are case-insensitive and culture-invariant.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public int CompareTo(
Object obj
)
Public Function CompareTo (
obj As Object
) As Integer
public:
virtual int CompareTo(
Object^ obj
) sealed
Parameters
- obj
- Type: SystemObject
other object (really a Location) to compare to
Return Value
Type:
Int32lexical comparison result
Implements
IComparableCompareTo(Object)See Also