| BinarySizeCompareTo Method (Object) |
Compares this instance to a specified object 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(
Object obj
)
Public Function CompareTo (
obj As Object
) As Integer
public:
virtual int CompareTo(
Object^ obj
) sealed
abstract CompareTo :
obj : Object -> int
override CompareTo :
obj : Object -> int
Parameters
- obj
- Type: SystemObject
An object to compare.
Return Value
Type:
Int32Less than zero if this instance is less than
obj, zero if this instance is equal to
obj, or greater than zero if this instance is greater than
obj or
obj is
.
Implements
IComparableCompareTo(Object)See Also