UIOffset.Equality(UIOffset, UIOffset) 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.
Determines whether two UIOffset instances are equal.
public static bool operator ==(UIKit.UIOffset left, UIKit.UIOffset right);
static member ( = ) : UIKit.UIOffset * UIKit.UIOffset -> bool
Parameters
- left
- UIOffset
The first offset to compare.
- right
- UIOffset
The second offset to compare.
Returns
true if the two offsets are equal; otherwise, false.