equals method

equals

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):
    ...
ParameterTypeDescription
rowRowanother row object

See Also