Compartir a través de


Font.Equality(Font, Font) Operador

Definición

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

Parámetros

left
Font
right
Font

Devoluciones

Se aplica a