NSDirectionalEdgeInsets.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(Object) |
Returns true if |
Equals(NSDirectionalEdgeInsets) |
Returns true if |
Equals(Object)
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.