equals method
equals(self, row)
Checks whether this object refers to the same row with another row object.
Returns
true if two row objects refers to the same row.
def equals(self, row):
...
Parameter | Type | Description |
---|---|---|
row | Row | another row object |
See Also
- module
aspose.cells
- class
Row