FontStyle.Equality(FontStyle, FontStyle) 运算符

定义

比较 FontStyle 的两个实例是否相等。

public:
 static bool operator ==(System::Windows::FontStyle left, System::Windows::FontStyle right);
public static bool operator == (System.Windows.FontStyle left, System.Windows.FontStyle right);
static member ( = ) : System.Windows.FontStyle * System.Windows.FontStyle -> bool
Public Shared Operator == (left As FontStyle, right As FontStyle) As Boolean

参数

left
FontStyle

要比较的 FontStyle 的第一个实例。

right
FontStyle

要比较的 FontStyle 的第二个实例。

返回

Boolean

true 时表示指定的 FontStyle 对象相等;否则为 false

适用于