FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellRange Structure / Inequality Operator

In This Topic
    Inequality Operator (CellRange)
    In This Topic
    Inequality operator for CellRange objects.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal r1 As CellRange, _
       ByVal r2 As CellRange _
    ) As Boolean
    public bool operator !=( 
       CellRange r1,
       CellRange r2
    )

    Parameters

    r1
    r2
    See Also