ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellsRange Class / Inequality Operator
The obj.
The obj2.

In This Topic
    Inequality Operator (DataGridCellsRange)
    In This Topic
    Implements the operator !=.
    Syntax
    'Declaration
     
    
    Public Operator <>( _
       ByVal obj As DataGridCellsRange, _
       ByVal obj2 As DataGridCellsRange _
    ) As Boolean

    Parameters

    obj
    The obj.
    obj2
    The obj2.

    Return Value

    The result of the operator.
    See Also