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