Back to Devexpress

GridCell.Equals(GridCell) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-gridcell-dot-equals-x28-devexpress-dot-xtragrid-dot-views-dot-base-dot-gridcell-x29.md

latest1.8 KB
Original Source

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.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public bool Equals(
    GridCell anchor
)
vb
Public Function Equals(
    anchor As GridCell
) As Boolean

Parameters

NameTypeDescription
anchorGridCell

A GridCell object to compare with the current object.

|

Returns

TypeDescription
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

GridCell Class

GridCell Members

DevExpress.XtraGrid.Views.Base Namespace