HtmlWindow::Equals Method (Object^)

 

Tests the object for equality against the current object.

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.

Return Value

Type: System::Boolean

true if the objects are equal; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: