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