equals method
Leave feedback
On this page
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.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.