GridCell.Equals

GridCell.Equals method

Checks whether this object refers to the same cell with another cell object.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectanother GridCell object

Return Value

true if two cell objects refers to the same cell.

See Also