Checks if two Point2D are equal
true if the points are equal
Two points are equal if (P1.X == P2.X) and (P1.Y == P2.Y)
Point2D Class | TeamYaffa.CRaPI.Utility Namespace