Point.Inequality(Point, Point) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
System.Boolean
true
if pt_a
and pt_b
do not have equivalent X and Y values.