equals method

On this page

equals

Determines whether the specified Thickness is equal to the current Thickness.

def equals(self, obj):
    ...
Parameter Type Description
obj Any The Thickness to compare with the current Thickness.

Returns: bool: True if the specified Thickness is equal to the current Thickness; otherwise, False.

See Also

On this page