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

要比较的另一个边缘嵌入对象。

返回

适用于