FilterableAttribute.Equals Method (Object)

 

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

Determines whether the current instance of the FilterableAttribute class is equal to the specified 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 with this instance.

Return Value

Type: System.Boolean

true if the object contained in the obj parameter is equal to the current instance of the FilterableAttribute object; otherwise, false.

Use the Equals method to determine whether the current instance of the FilterableAttribute class is equal to the specified object. For the objects to be equal, they must meet the following criteria:

  1. The object contained in the obj parameter must be a FilterableAttribute object.

  2. The Filterable property of both objects must be equal.

System_CAPS_noteNote

This method is used primarily by control developers.

.NET Framework
Available since 2.0
Return to top
Show: