次の方法で共有


Rectangle.Equals メソッド

定義

オーバーロード

Equals(Rectangle)

Rectangle とまったく同じ値 thisRectangleを持っているかどうか。

Equals(Object)

Rectangle で、 とまったく同じ値Rectanglethisを持っているかどうかSystem.Object

Equals(Rectangle)

Rectangle とまったく同じ値 thisRectangleを持っているかどうか。

public bool Equals(Xamarin.Forms.Rectangle other);
override this.Equals : Xamarin.Forms.Rectangle -> bool

パラメーター

other
Rectangle

Rectangleと比較される thisRectangle

戻り値

System.Boolean

trueが とまったく同じ値thisRectangleを持つ場合other

適用対象

Equals(Object)

Rectangle で、 とまったく同じ値Rectanglethisを持っているかどうかSystem.Object

public override bool Equals(object obj);
override this.Equals : obj -> bool

パラメーター

obj
System.Object

と比較 thisする オブジェクト。

戻り値

System.Boolean

trueRectangle とまったく同じ値Rectanglethisを持つ である場合obj

適用対象