equals#

PointData.equals(other, tolerance=0.0)#

Determine if two points are located at the same coordinates.

Parameters:
otherPoint2DLike
tolerancefloat, default: 0.0
Returns:
bool

True if the two points are located at the same coordinates, False otherwise.