UIEdgeInsets.Equals Method

Definition

Overloads

Equals(Object)

Whether this is equivalent to the obj.

Equals(UIEdgeInsets)

Whether this is equivalent to other.

Equals(Object)

Whether this is equivalent to the obj.

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

Parameters

obj
Object

Returns

Applies to

Equals(UIEdgeInsets)

Whether this is equivalent to other.

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

Parameters

other
UIEdgeInsets

Returns

Applies to