equals method

equals

Determines whether the specified objects are equal.

Returns

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

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

See Also