UIEdgeInsets.Equality(UIEdgeInsets, UIEdgeInsets) Operator
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.
Returns true
if the insets contain equal values. Otherwise, returns false
.
public static bool operator == (UIKit.UIEdgeInsets insets1, UIKit.UIEdgeInsets insets2);
static member ( = ) : UIKit.UIEdgeInsets * UIKit.UIEdgeInsets -> bool
Parameters
- insets1
- UIEdgeInsets
The first insets object to compare.
- insets2
- UIEdgeInsets
The second insets object to compare.