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