Cell.Equals

Equals(object)

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

public override bool Equals(object obj)
ParameterTypeDescription
objObjectanother object

Return Value

true if two objects refers to the same cell.

See Also


Equals(Cell)

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

public bool Equals(Cell cell)
ParameterTypeDescription
cellCellanother cell object

Return Value

true if two cell objects refers to the same cell.

See Also