Determines whether the current instance of the System.Web.UI.AttributeCollection object is equal to the specified object.
- obj
- Documentation for this section has not yet been entered.
![]()
true if the object that is contained in the o parameter is equal to the current instance of System.Web.UI.AttributeCollection; otherwise, false.
For the compared objects to be equal, they must meet the following criteria:
The object that is contained in the o parameter must be an System.Web.UI.AttributeCollection object.
Both collections must contain the same number of items.
The key value of each entry in both collections must match.