Acrux Html Parser Documentation
Equals Method (obj)
NamespacesAcrux.HtmlHtmlNodeEquals(Object)
Determines whether the specified Acrux.Html object is equal to the current Acrux.Html object.
Declaration Syntax
C#Visual BasicVisual C++
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
Parameters
obj (Object)
The Acrux.Html object to compare with the current object.
Return Value
true if obj is a System.String and its value is the same as this instance;
otherwise, false.

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