共用方式為


NSDirectionalEdgeInsets.Equals 方法

定義

多載

Equals(Object)

如果 other 是 NSDirectionalEdgeInset,且具有與這個物件相同的值,則會傳回 true。

Equals(NSDirectionalEdgeInsets)

如果 other 具有與這個 NSDirectionalEdgeInset 相同的值,則傳回 true。

Equals(Object)

如果 other 是 NSDirectionalEdgeInset,且具有與這個物件相同的值,則會傳回 true。

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

參數

obj
Object

要比較的其他物件。

傳回

適用於

Equals(NSDirectionalEdgeInsets)

如果 other 具有與這個 NSDirectionalEdgeInset 相同的值,則傳回 true。

public bool Equals (UIKit.NSDirectionalEdgeInsets other);
override this.Equals : UIKit.NSDirectionalEdgeInsets -> bool

參數

other
NSDirectionalEdgeInsets

要比較的另一個邊緣内嵌物件。

傳回

適用於