FontSource.Inequality(FontSource, FontSource) 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.
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.