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