CrossSectionLocatedCompareTo Method |
IComparable implementation. Calls IComparable on the members,
if that returns 0, if that returns 0 calls CompareTo on the Topo_ID, calls CompareTo on the DHI_ID members,.
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public virtual int CompareTo(
Object obj
)
Public Overridable Function CompareTo (
obj As Object
) As Integer
public:
virtual int CompareTo(
Object^ obj
)
Parameters
- obj
- Type: SystemObject
Return Value
Type:
Int32[Missing <returns> documentation for "M:DHI.Mike1D.CrossSectionModule.CrossSectionLocated.CompareTo(System.Object)"]
Implements
IComparableCompareTo(Object)See Also