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