HtmlElement.Inequality(HtmlElement, HtmlElement) Operatör

Tanım

Eşitsizlik için iki HtmlElement nesneyi karşılaştırır.

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

Parametreler

left
HtmlElement

Birinci HtmlElement.

right
HtmlElement

İkinci HtmlElement.

Döndürülenler

Boolean

true yalnızca bir öğedir nullveya iki nesne eşit değildir; aksi takdirde , false.

Açıklamalar

Bu işleç için eşdeğer yöntem, HtmlElement.Equals

Şunlara uygulanır