HtmlElement::Inequality Operator (HtmlElement^, HtmlElement^)
.NET Framework (current version)
Compares two HtmlElement objects for inequality.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- left
-
Type:
System.Windows.Forms::HtmlElement^
The first HtmlElement.
- right
-
Type:
System.Windows.Forms::HtmlElement^
The second HtmlElement.
Return Value
Type: System::Booleantrue is only one element is null, or the two objects are not equal; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: