Point.Equality(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 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
System.Boolean
true
if the two Points have equal values.