CellKey.Inequality(CellKey, CellKey) Operator
Compares two CellKey structures to determine whether they are not equal.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index1 | CellKey | The first CellKey instance to compare. |
| index2 | CellKey | The second CellKey instance to compare. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if two CellKey objects are not equal; otherwise, false. |
See Also