Table of Contents

Operator operator !=

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

operator !=(RowColumnIndex, RowColumnIndex)

Compares two RowColumnIndex objects. The result specifies whether the values of the Row or Column properties of the two RowColumnIndex objects are unequal.

public static bool operator !=(RowColumnIndex left, RowColumnIndex right)

Parameters

left RowColumnIndex
right RowColumnIndex

Returns

bool