Return true if the specified attribute is the same as the value held in this container, and false otherwise.
Synopsis
Declared in <ball_scopedattribute.h>
virtual
bool
hasValue(Attribute const& attribute) const override;
Return Value
true if attribute matches the held value, and false otherwise
Parameters
Name |
Description |
attribute |
attribute to compare |
Created with MrDocs