Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SortInfo Class / Equals Method
The SortInfo to compare with the current SortInfo object.


In This Topic
    Equals Method (SortInfo)
    In This Topic
    Determines whether the specified condition is equal to the current SortInfo object.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    'Usage
     
    Dim instance As SortInfo
    Dim obj As Object
    Dim value As Boolean
     
    value = instance.Equals(obj)
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The SortInfo to compare with the current SortInfo object.

    Return Value

    True if the specified SortInfo is equal to the current SortInfo object; otherwise, false.
    See Also