Point.Inequality(Point, Point) 运算符
定义
public:
static bool operator !=(System::Drawing::Point left, System::Drawing::Point right);
public static bool operator != (System.Drawing.Point left, System.Drawing.Point right);
static member op_Inequality : System.Drawing.Point * System.Drawing.Point -> bool
Public Shared Operator != (left As Point, right As Point) As Boolean
参数
返回
如果 left 和 right 的 X 属性值或 Y 属性值不等,则为 true;否则为 false。true if the values of either the X properties or the Y properties of left and right differ; otherwise, false.