FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CellRange Structure / Equals Method
Specified CellRange

In This Topic
    Equals Method (CellRange)
    In This Topic
    Indicates whether this CellRange and a specified CellRange are equal.
    Syntax
    'Declaration
     
    
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    Specified CellRange

    Return Value

    true if equals
    See Also