DockingAttribute::Equals Method (Object^)

 

Compares an arbitrary object with the DockingAttribute object for equality.

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 against which to compare this DockingAttribute.

Return Value

Type: System::Boolean

true is obj is equal to this DockingAttribute; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: