CellIndex.Equality(CellIndex, CellIndex) Operator
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public static bool operator ==(CellIndex a, CellIndex b)
Parameters
Name | Type |
---|---|
a | CellIndex |
b | CellIndex |
Returns
Type |
---|
Boolean |
See Also