GriddedWeightCompareTo Method |
CompareTo implemented explicitly, to allow automatic sorting of objects.
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public int CompareTo(
GriddedWeight other
)
Public Function CompareTo (
other As GriddedWeight
) As Integer
public:
virtual int CompareTo(
GriddedWeight^ other
) sealed
Parameters
- other
- Type: DHI.Mike1D.BoundaryModuleGriddedWeight
[Missing <param name="other"/> documentation for "M:DHI.Mike1D.BoundaryModule.GriddedWeight.CompareTo(DHI.Mike1D.BoundaryModule.GriddedWeight)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:DHI.Mike1D.BoundaryModule.GriddedWeight.CompareTo(DHI.Mike1D.BoundaryModule.GriddedWeight)"]
Implements
IComparableTCompareTo(T)See Also