GridCell.Equals(GridCell) Method
Indicates whether the current GridCell instance is equal to the specified object.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| anchor | GridCell | A GridCell object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the specified object instance is equal to the current GridCell instance; otherwise, false. |
Remarks
Two GridCell objects are considered equal if they correspond to the same grid cell.
See Also