共用方式為


Font.Equality(Font, Font) 運算子

定義

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

參數

left
Font
right
Font

傳回

適用於