CellIndex.Inequality(CellIndex, CellIndex) Operator
Returns whether two CellIndex objects are not equal.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public static bool operator !=(CellIndex a, CellIndex b)
Parameters
| Name | Type | Description |
|---|---|---|
| a | CellIndex | The first object to check for equality. |
| b | CellIndex | The second object to check for equality. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also