equals method
Leave feedback
On this page
File type equivalence check.
def equals(self, other):
...
| Parameter | Type | Description |
|---|---|---|
| other | FileType |
FileType object. |
Returns: bool: True if file types are equivalent, False if not.
Equivalence check with object.
def equals(self, obj):
...
| Parameter | Type | Description |
|---|---|---|
| obj | Any |
Any object. |
Returns: bool: True if file types are equivalent, False if not.
- class
FileType
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.