CellKey.Equals(Object) Method
Determines whether two cell keys are equal.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | Object | The CellKey object to compare with the current cell key. |
Returns
Type | Description |
---|---|
Boolean | true, if the specified cell key is equal to the current CellKey instance; otherwise, false. |
See Also