ToolboxDataAttribute.Equals Method (Object)
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
Parameters
- obj
-
Type:
System.Object
The object to compare to.
Return Value
Type: System.Booleantrue, 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
Available since 1.1
Show: