equals method
equals
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):
...
Parameter | Type | Description |
---|---|---|
cell | Cell | another cell object |
See Also
- module
aspose.cells
- class
Cell