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