FontStyle.Inequality(FontStyle, FontStyle) 运算符
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对 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
参数
返回
为 false
时表示 left
与 right
相等;否则为 true
。