equals#
- PointData.equals(other, tolerance=0.0)#
 Determine if two points are located at the same coordinates.
- Parameters:
 - otherPoint2DLike
 - tolerance
float, default: 0.0 
- Returns:
 - bool
 Trueif the two points are located at the same coordinates,Falseotherwise.