HtmlElement.Inequality(HtmlElement, HtmlElement) Operator

Definicja

Porównuje dwa HtmlElement obiekty pod kątem nierówności.

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

Parametry

left
HtmlElement

Pierwszy element HtmlElement.

right
HtmlElement

Drugi element HtmlElement.

Zwraca

Boolean

truejest tylko jednym elementem jest null, lub dwa obiekty nie są równe; w przeciwnym razie . false

Uwagi

Równoważną metodą tego operatora jest negacja HtmlElement.Equals

Dotyczy