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 物件。

傳回

如果只有一個物件而不是兩個全部為 null,或基礎 COM 指標不相符,則為 true;否則為 false

適用於