HtmlWindow::Inequality Operator (HtmlWindow^, HtmlWindow^)

 

Tests two HtmlWindow objects for inequality.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
static bool operator !=(
	HtmlWindow^ left,
	HtmlWindow^ right
)

Parameters

left
Type: System.Windows.Forms::HtmlWindow^

The first HtmlWindow object.

right
Type: System.Windows.Forms::HtmlWindow^

The second HtmlWindow object.

Return Value

Type: System::Boolean

true if one but not both of the objects is null, or the underlying COM pointers do not match; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: