HtmlWindow.Inequality(HtmlWindow, HtmlWindow) Operátor

Definice

Testuje dva HtmlWindow objekty pro nerovnost.

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);
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

Parametry

left
HtmlWindow

První HtmlWindow objekt.

right
HtmlWindow

Druhý HtmlWindow objekt.

Návraty

true pokud jeden, ale ne oba objekty je null, nebo základní ukazatele MODELU COM se neshodují; jinak, false.

Platí pro