ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellRange Structure / Equality Operator

In This Topic
    Equality Operator (CellRange)
    In This Topic
    Equality 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