Click or drag to resize

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
)

Parameters

obj
Type: SystemObject
An object to compare.

Return Value

Type: Int32
Less 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