Skip to main content
Row

CellKey.Inequality(CellKey, CellKey) Operator

Compares two CellKey structures to determine whether they are not equal.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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 not equal; otherwise, false.

See Also