[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RangeGroupInfo.CompareTo

CompareTo Method

CompareTo(object)

Compares this instance to a specified RangeGroupInfo object and returns an indication of their relative values.

Declaration
public int CompareTo(object obj)
Public Function CompareTo(obj As Object) As Integer
Parameters
Type Name Description
object obj

RangeGroupInfo object to compare

Returns
Type Description
int

Signed number that indicates the relative values of this instance and value: Less than zero, this instance is less than value; Zero, this instance is equal to value; Greater than zero, this instance is greater than value.

Implements