equals method

On this page

equals

Determines whether the specified objects are equal.

def equals(self, x, y):
    ...
Parameter Type Description
x MetadataProperty The first object to compare.
y MetadataProperty The second object to compare.

Returns: bool: True if the specified objects are equal; otherwise, False.

See Also

On this page