compare_to method

On this page

compare_to

Compares current object to other.

def compare_to(self, obj):
    ...
Parameter Type Description
obj Any The other object

Returns: int: zero if equal

See Also

On this page