Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

CellKey.Equality(CellKey, CellKey) Operator

Compares two CellKey structures for equality.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public static bool operator ==(CellKey index1, CellKey index2)

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