ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / CellRange Structure / Equality Operator
Left operand
Right operand

In This Topic
    Equality Operator (CellRange)
    In This Topic
    Checks if operands are equal.
    Syntax
    'Declaration
     
    Public Operator =( _
       ByVal lcr As CellRange, _
       ByVal rcr As CellRange _
    ) As Boolean
    public bool operator ==( 
       CellRange lcr,
       CellRange rcr
    )

    Parameters

    lcr
    Left operand
    rcr
    Right operand

    Return Value

    true if equals
    See Also