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.TiffRational | An object to compare with this object. |
Compares a pair of TiffRational numbers.
true if the objects are equal; otherwise, false.
@staticmethod
def equals(rational, other):
...
| Parameter | Type | Description |
|---|---|---|
| rational | groupdocs.metadata.formats.image.TiffRational | A rational number. |
| other | groupdocs.metadata.formats.image.TiffRational | Another rational number. |
- module
groupdocs.metadata.formats.image - class
TiffRational
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.