[]
Checks whether two given Point2d are equal.
public static bool operator ==(Point2d p1, Point2d p2)
First Point2d to check.
Second Point2d to check.
True if the two Point2d are equal, False otherwise.
True
False