HtmlWindow.Inequality(HtmlWindow, HtmlWindow) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
測試兩個 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
。