System.Web.UI.ControlValuePropertyAttribute.Equals Method

Determines whether the current instance of the System.Web.UI.ControlValuePropertyAttribute object is equal to the specified object.

Syntax

public override bool Equals (object obj)

Parameters

obj
The object to compare with this instance.

Returns

true if the object contained in the obj parameter is equal to the current instance of System.Web.UI.ControlValuePropertyAttribute; otherwise, false.

Remarks

Use the ControlValuePropertyAttribute.Equals(object) method to determine whether the current instance of the System.Web.UI.ControlValuePropertyAttribute object is equal to the specified object. For the objects to be equal, they must meet the following criteria:

[The 'ordered' type of list has not been implemented in the ECMA stylesheet.]
Note:

This method is used primarily by control developers.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0