HtmlWindow.Inequality(HtmlWindow, HtmlWindow) Operador

Definición

Comprueba dos HtmlWindow objetos por desigualdad.

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

Parámetros

left
HtmlWindow

Primer HtmlWindow objeto.

right
HtmlWindow

Segundo HtmlWindow objeto.

Devoluciones

true es si uno pero no ambos objetos es nullo los punteros COM subyacentes no coinciden; en caso contrario, falsees .

Se aplica a