equals method
equals
Determines whether the specified point is equal to the current point.
def equals(self, obj):
...
| Parameter | Type | Description |
|---|---|---|
| obj | Any |
The point to compare with the current point. |
Returns: bool: True if the specified point is equal to the current point; otherwise, False.
See Also
- class
Point