equals#

PointData.equals(other, tolerance=0.0)#

Determine if two points are located at the same coordinates.

Parameters:
otheransys.edb.core.typing.PointLike
tolerancefloat, optional
Returns:
bool

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