DistributedLoadLoadPositionValueCompareTo Method
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Namespace: Karamba.Loads.BeamAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public int CompareTo(
DistributedLoadLoadPositionValue other
)
Public Function CompareTo (
other As DistributedLoadLoadPositionValue
) As Integer
public:
virtual int CompareTo(
DistributedLoadLoadPositionValue other
) sealed
abstract CompareTo :
other : DistributedLoadLoadPositionValue -> int
override CompareTo :
other : DistributedLoadLoadPositionValue -> int
- other DistributedLoadLoadPositionValue
- An object to compare with this instance.
Int32A value that indicates the relative order of the objects being compared. The return value has these meanings:
Value
Meaning
Less than zero
This instance precedes
other in the sort order.
Zero
This instance occurs in the same position in the sort order as
other.
Greater than zero
This instance follows
other in the sort order.
IComparableTCompareTo(T)