Share via


Font.Equality(Font, Font) Operator

Definition

Determines whether two specified fonts have the same value.

public:
 static bool operator ==(Microsoft::Maui::Graphics::Font left, Microsoft::Maui::Graphics::Font right);
public static bool operator ==(Microsoft.Maui.Graphics.Font left, Microsoft.Maui.Graphics.Font right);
static member ( = ) : Microsoft.Maui.Graphics.Font * Microsoft.Maui.Graphics.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 the value of left is the same as the value of right; otherwise, false.

Applies to