言語

HtmlElement.Inequality(HtmlElement, HtmlElement) Operator

定義

2 つの HtmlElement オブジェクトが等しくないかどうかを比較します。

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

パラメーター

left
HtmlElement

最初の HtmlElement

right
HtmlElement

2 番目の HtmlElement

返品

true は、 nullされている要素が 1 つだけであるか、2 つのオブジェクトが等しくない場合は false

注釈

この演算子の同等のメソッドは、次の否定です。 HtmlElement.Equals

適用対象