equals method
equals
Determines whether the current FileType is the same as specified FileType object.
Returns
if both FileType objects are the same; otherwise,
def equals(self, other):
...
| Parameter | Type | Description |
|---|---|---|
| other | groupdocs.parser.options.FileType | The object to compare with the current FileType object. |
See Also
- module
groupdocs.parser.options - class
FileType