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,.

Definition

Namespace: DHI.Mike1D.CrossSectionModule
Assembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public virtual int CompareTo(
	Object obj
)

Parameters

obj  Object

Return Value

Int32

[Missing <returns> documentation for "M:DHI.Mike1D.CrossSectionModule.CrossSectionLocated.CompareTo(System.Object)"]

Implements

IComparableCompareTo(Object)

See Also