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