Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ToolboxDataAttribute::Equals Method (Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Tests whether the ToolboxDataAttribute object is equal to the given object.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to compare to.

Return Value

Type: System::Boolean

true, if the ToolboxDataAttribute object is equal to the given object; otherwise, false.

The Equals method first compares the objects for equality. If the comparison returns false, the Equals method then compares the data of the ToolboxDataAttribute object to the data of the given object after first testing the given object to make sure that the given object is not null and is also typed as ToolboxDataAttribute object.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft