Rectangle.Inequality(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 unequal values.
public static bool operator != (Xamarin.Forms.Rectangle r1, Xamarin.Forms.Rectangle r2);
static member op_Inequality : Xamarin.Forms.Rectangle * Xamarin.Forms.Rectangle -> bool
Parameters
Returns
System.Boolean
true
if either the Location or Size of the two rectangles have differences.