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