Point.Equality(Point, Point) Operator

Definition

Whether the two Points are equal.

public static bool operator == (Xamarin.Forms.Point ptA, Xamarin.Forms.Point ptB);
static member ( = ) : 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 the two Points have equal values.

Applies to