次の方法で共有


Rectangle.Inequality(Rectangle, Rectangle) Operator

定義

2 つの Rectangle の値が異なるかどうか。

public static bool operator !=(Xamarin.Forms.Rectangle r1, Xamarin.Forms.Rectangle r2);
static member op_Inequality : Xamarin.Forms.Rectangle * Xamarin.Forms.Rectangle -> bool

パラメーター

r1
Rectangle

比較される Rectangle

r2
Rectangle

比較される Rectangle

戻り値

System.Boolean

2 つの四角形の Location または Size のいずれかが異なる場合は true

適用対象