[]
Compares this instance to a specified RangeGroupInfo object and returns an indication of their relative values.
public int CompareTo(object obj)
Public Function CompareTo(obj As Object) As Integer
Type | Name | Description |
---|---|---|
object | obj | RangeGroupInfo object to compare |
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. |