Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupInfo Class / CompareTo Method
RangeGroupInfo object to compare


In This Topic
    CompareTo Method (RangeGroupInfo)
    In This Topic
    Compares this instance to a specified RangeGroupInfo object and returns an indication of their relative values.
    Syntax
    'Declaration
     
    
    Public Function CompareTo( _
       ByVal obj As Object _
    ) As Integer
    'Usage
     
    
    Dim instance As RangeGroupInfo
    Dim obj As Object
    Dim value As Integer
     
    value = instance.CompareTo(obj)
    public int CompareTo( 
       object obj
    )

    Parameters

    obj
    RangeGroupInfo object to compare

    Return Value

    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.
    See Also