HtmlElement::Equals Method (Object^)

 

Tests if the supplied object is equal to the current element.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to test for equality.

Return Value

Type: System::Boolean

true if obj is an HtmlElement; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: