HtmlWindow.Inequality(HtmlWindow, HtmlWindow) 运算符

定义

测试两个 HtmlWindow 对象是否不相等。

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

参数

left
HtmlWindow

第一个 HtmlWindow 对象。

right
HtmlWindow

第二个 HtmlWindow 对象。

返回

Boolean

如果只有两个对象之一为 null,或基础 COM 指针不匹配,则为 true;否则为 false

适用于