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 | ValueObject |
The object to compare with the current object. |
See Also
- module
groupdocs.conversion.contracts - class
ValueObject