ContentsIndexHome
PreviousUpNext
ISetData::contains Method (char*)

Returns true if this set contains the specified label. Does not apply to subsets of Integers. 

 

C++
virtual bool contains(const char* label) const = 0;
Parameters 
Description 
const char* label 
A label of which the presence in this set is to be tested.  

True if this set contains the specified label.