ToolboxItemContainer::Equals Method (Object^)

 

Determines whether two ToolboxItemContainer instances are equal.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing.Design (in System.Drawing.Design.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The ToolboxItemContainer to compare with the current ToolboxItemContainer.

Return Value

Type: System::Boolean

true if the specified ToolboxItemContainer is equal to the current ToolboxItemContainer; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: