| BinarySizeCompareTo Method (BinarySize) |
Compares this instance to a specified
BinarySize and returns an indication of their relative values.
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public int CompareTo(
BinarySize other
)
Public Function CompareTo (
other As BinarySize
) As Integer
public:
virtual int CompareTo(
BinarySize other
) sealed
abstract CompareTo :
other : BinarySize -> int
override CompareTo :
other : BinarySize -> int
Parameters
- other
- Type: Ookii.JumboBinarySize
A BinarySize to compare.
Return Value
Type:
Int32Less than zero if this instance is less than
other, zero if this instance is equal to
other, or greater than zero if this instance is greater than
other.
Implements
IComparableTCompareTo(T)See Also