Font.Inequality(Font, Font) 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 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
System.Boolean