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