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.PropertyValue | The first object of type PropertyValue to compare. |
| y | groupdocs.metadata.common.PropertyValue | The second object of type PropertyValue to compare. |
See Also
- module
groupdocs.metadata.common - class
PropertyValue - class
PropertyValueEqualityComparer