Determines whether the current instance of the System.Web.UI.ControlValuePropertyAttribute object is equal to the specified object.
- obj
- The object to compare with this instance.
true if the object contained in the obj parameter is equal to the current instance of System.Web.UI.ControlValuePropertyAttribute; otherwise, false.
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.]This method is used primarily by control developers.