Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RangeGroup Class / Equals Method
The range group to compare with the current range group.


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

    Parameters

    obj
    The range group to compare with the current range group.

    Return Value

    true if the specified range group is equal to the current range group; otherwise, false.
    See Also