equals method
equals
Determines whether two object instances are equal.
Returns
true
if the specified object is equal to the current object; otherwise, false
.
def equals(self, other):
...
Parameter | Type | Description |
---|---|---|
other | groupdocs.conversion.contracts.ValueObject | The object to compare with the current object. |
See Also
- module
groupdocs.conversion.options.load
- class
DiagramLoadOptions