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 Overrides Function Equals (
	obj As Object
) As Boolean

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: