ToolboxItem::Equals Method (Object^)

 

Determines whether two ToolboxItem instances are equal.

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

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The ToolboxItem to compare with the current ToolboxItem.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: