equals method
Leave feedback
On this page
Determines whether this instance is equal to the specified Image2DFormat instance.
def equals(self, other):
...
| Parameter | Type | Description |
|---|---|---|
| other | Image2DFormat |
Other Image2DFormat instance to check on equality with this. |
Returns: bool: True if are equal, False if are unequal.
Determines whether this instance is equal to the specified object, which is presumed to be another Image2DFormat instance.
def equals(self, obj):
...
| Parameter | Type | Description |
|---|---|---|
| obj | Any |
Other Any instance, which is presumed to be of type Image2DFormat, to check for equality with this instance. |
Returns: bool: True if equal, False otherwise.
- class
Image2DFormat
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.