Font.Equality(Font, Font) Operator

Definition

Determines whether two fonts are equal.

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

Parameters

left
Font

The first font to compare.

right
Font

The second font to compare.

Returns

True if equal; otherwise, false.

Applies to