FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CellRange Structure / Inequality Operator
Left operand
Right operand

In This Topic
    Inequality Operator (CellRange)
    In This Topic
    Checks if operands are not 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 not equals
    See Also