Font.Inequality(Font, Font) Operator

Definition

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

public static bool operator != (Xamarin.Forms.Font left, Xamarin.Forms.Font right);
static member op_Inequality : 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