equals method

equals

Determines whether the specified stamp type is equal to the current object.

Returns

Result of comparison.

def equals(self, other):
    ...
Parameter Type Description
other StampType Object for comparison.

See Also