HtmlWindow::Equality Operator (HtmlWindow^, HtmlWindow^)
.NET Framework (current version)
Tests the two HtmlWindow objects for equality.
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 both parameters are null, or if both elements have the same underlying COM interface; otherwise, false.
The equality operator tests the IUnknown pointers of the underlying COM objects wrapped by the supplied HtmlWindow classes.
.NET Framework
Available since 2.0
Available since 2.0
Show: