Acrux Html Parser Documentation
Inequality Operator
NamespacesAcrux.HtmlHtmlNodeInequality(HtmlNode, HtmlNode)
Determines whether two specified System.String objects have different values.
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator !=(
	HtmlNode a,
	HtmlNode b
)
Public Shared Operator <> ( _
	a As HtmlNode, _
	b As HtmlNode _
) As Boolean
public:
static bool operator !=(
	HtmlNode^ a, 
	HtmlNode^ b
)
Parameters
a (HtmlNode)
An Acrux.HtmlNode or null.
b (HtmlNode)
An Acrux.HtmlNode or null.
Return Value
true if the value of a is different from the value of b; otherwise, false.

Assembly: Acrux.Html (Module: Acrux.Html) Version: 1.0.0.0 (1.0.0.215)