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 | FileType |
The object to compare with the current FileType object. |
See Also
- module
groupdocs.merger.domain
- class
FileType