NSDirectionalEdgeInsets.Equals Method

Definition

Overloads

Equals(Object)

Returns true if other is an NSDirectionalEdgeInset and has the same values as this object.

Equals(NSDirectionalEdgeInsets)

Returns true if other has the same values as this NSDirectionalEdgeInset.

Equals(Object)

Returns true if other is an NSDirectionalEdgeInset and has the same values as this object.

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

Parameters

obj
Object

The other object to compare.

Returns

Applies to

Equals(NSDirectionalEdgeInsets)

Returns true if other has the same values as this NSDirectionalEdgeInset.

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

Parameters

other
NSDirectionalEdgeInsets

The other edge inset object to compare.

Returns

Applies to