FontStyle.Inequality(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 op_Inequality : 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

false 时表示 leftright 相等;否则为 true

适用于