Font.Equality(Font, Font) Operator

Definition

Returns true if left represents the same font that right represents. Otherwise, false.

public static bool operator == (Xamarin.Forms.Font left, Xamarin.Forms.Font right);
static member ( = ) : Xamarin.Forms.Font * Xamarin.Forms.Font -> bool

Parameters

left
Font

The first font in the comparison.

right
Font

The second font in the comparison.

Returns

Applies to