HtmlWindow.Inequality(HtmlWindow, HtmlWindow) 演算子

定義

2 つの 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

2 番目の HtmlWindow オブジェクト。

戻り値

Boolean

いずれか一方のオブジェクトだけが null の場合、または、基になる COM ポインターが一致しない場合は true。それ以外の場合は false

適用対象