equals method
Leave feedback
On this page
Indicates whether the current object is equal to another object of the same type.
true if the current object is equal to the other parameter; otherwise, false.
def equals(self, other):
...
| Parameter | Type | Description |
|---|---|---|
| other | groupdocs.metadata.formats.image.RawSRational | An object to compare with this object. |
Compares pair of RawSRational.
true if objects are equal; otherwise false.
@staticmethod
def equals(rational, other):
...
| Parameter | Type | Description |
|---|---|---|
| rational | groupdocs.metadata.formats.image.RawSRational | Comparing item. |
| other | groupdocs.metadata.formats.image.RawSRational | Other item. |
- module
groupdocs.metadata.formats.image - class
RawSRational
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.