[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellRange.op_Inequality

operator != Operator

operator !=(GridCellRange, GridCellRange)

Inequality operator for GridCellRange objects.

Declaration
public static bool operator !=(GridCellRange r1, GridCellRange r2)
Public Shared Operator <>(r1 As GridCellRange, r2 As GridCellRange) As Boolean
Parameters
Type Name Description
GridCellRange r1
GridCellRange r2
Returns
Type Description
bool