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);
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 对象。

返回

如果一个对象不是两个对象 ,或者基础 COM 指针不匹配,则为

适用于