Rectangle.Equality(Rectangle, Rectangle) 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 Rectangles have equal values.
public static bool operator == (Xamarin.Forms.Rectangle r1, Xamarin.Forms.Rectangle r2);
static member ( = ) : Xamarin.Forms.Rectangle * Xamarin.Forms.Rectangle -> bool
Parameters
Returns
System.Boolean
true
if both the Location and Size of the two rectangles are equivalent.