共用方式為


Size.Equals 方法

定義

多載

Equals(Object)

是否 thisSize 相當於 obj

Equals(Size)

是否 thisSize 相當於 other

Equals(Object)

是否 thisSize 相當於 obj

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

參數

obj
System.Object

要比較的物件 this

傳回

System.Boolean

true如果 objSize ,其值與SizethisHeightWidth相同。

適用於

Equals(Size)

是否 thisSize 相當於 other

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

參數

other
Size

Size 比較的 this

傳回

System.Boolean

true 如果 other的值與 thisSizeHeight 與相同,則 Width為 。

適用於