GridPointCompareTo Method
Compares the current instance with another object of the same type.
Namespace: DHI.Mike1D.EngineAssembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
public int CompareTo(
Object obj
)
- obj Object
- An object to compare with this instance.
Int32
A 32-bit signed integer 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.
IComparableCompareTo(Object)