CellKey.Equality(CellKey, CellKey) Operator
Compares two CellKey structures for equality.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.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 equal; otherwise, false. |
See Also