equals method

equals(self, cell)

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

Returns

true if two cell objects refers to the same cell.


def equals(self, cell):
    ...
ParameterTypeDescription
cellCellanother cell object

See Also