equals method

equals(self, x, y)

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 groupdocs.metadata.common.MetadataProperty The first object of type MetadataProperty to compare.
y groupdocs.metadata.common.MetadataProperty The second object of type MetadataProperty to compare.

See Also