CellIndex.Equality(CellIndex, CellIndex) Operator
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
a | Cell |
The first object to check for equality. |
b | Cell |
The second object to check for equality. |
#Returns
Type | Description |
---|---|
Boolean |
|
See Also