Point.Inequality(Point, Point) Operator

Definition

Whether two points are not equal.

public static bool operator != (Xamarin.Forms.Point ptA, Xamarin.Forms.Point ptB);
static member op_Inequality : Xamarin.Forms.Point * Xamarin.Forms.Point -> bool

Parameters

ptA
Point

The first point to compare.

ptB
Point

The second point to compare.

Returns

true if pt_a and pt_b do not have equivalent X and Y values.

Applies to