UIOffset.Equality(UIOffset, UIOffset) Operator

Definition

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.

Applies to