Skip to main content

CellIndex.Equality(CellIndex, CellIndex) Operator

Compares two CellIndex objects. The result specifies whether these objects are equal.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public static bool operator ==(CellIndex a, CellIndex b)

Parameters

Name Type Description
a CellIndex

The first object to check for equality.

b CellIndex

The second object to check for equality.

Returns

Type Description
Boolean

true if passed objects are equal; otherwise false.

See Also