HtmlElement.Inequality(HtmlElement, HtmlElement) Operator

Definition

Jämför två HtmlElement objekt för ojämlikhet.

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

Parametrar

left
HtmlElement

Den första HtmlElement.

right
HtmlElement

Den andra HtmlElement.

Returer

true är bara ett element är null, eller så är de två objekten inte lika med, annars false.

Kommentarer

Motsvarande metod för den här operatorn är negationen av HtmlElement.Equals

Gäller för