Skip to main content
Row

CellKey.Equals(Object) Method

Determines whether two cell keys are equal.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public override bool Equals(
    object obj
)

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