HtmlWindow::Inequality Operator (HtmlWindow^, HtmlWindow^)
.NET Framework (current version)
Tests two HtmlWindow objects for inequality.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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::Booleantrue 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
Available since 2.0
Show: