Return whether an attribute with the specified value exists in this context.
Return true if an attribute having the specified value exists in any of the attribute containers maintained by this object, and false otherwise. Note that this method can be invoked safely even if the initialize class method has not yet been called.
true if value exists in this context, and false otherwise
| Name | Description |
|---|---|
| value | attribute value to search for |