[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CellRange.op_Inequality

operator != Operator

operator !=(CellRange, CellRange)

Inequality operator for CellRange objects.

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