Share via


FontSource.Inequality(FontSource, FontSource) Operator

Definition

Determines whether two specified font sources have different values.

public:
 static bool operator !=(Microsoft::Maui::Graphics::FontSource left, Microsoft::Maui::Graphics::FontSource right);
public static bool operator !=(Microsoft.Maui.Graphics.FontSource left, Microsoft.Maui.Graphics.FontSource right);
static member op_Inequality : Microsoft.Maui.Graphics.FontSource * Microsoft.Maui.Graphics.FontSource -> bool
Public Shared Operator != (left As FontSource, right As FontSource) As Boolean

Parameters

left
FontSource

The first font source to compare.

right
FontSource

The second font source to compare.

Returns

true if the value of left is different from the value of right; otherwise, false.

Applies to