Skip to main content
A newer version of this page is available. .

GridCell.Equals(GridCell) Method

Indicates whether the current GridCell instance is equal to the specified object.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public bool Equals(
    GridCell anchor
)

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