Operator operator ==
operator ==(PointD, PointD)
Compares two PointD objects. The result specifies whether the values of the X and Y properties of the two PointD objects are equal.
public static bool operator ==(PointD left, PointD right)
Compares two PointD objects. The result specifies whether the values of the X and Y properties of the two PointD objects are equal.
public static bool operator ==(PointD left, PointD right)