ContentsIndexHome
PreviousUpNext
ISetData::contains Method (int)

Returns true if this set contains the specified label. Applies to subsets of Integers. 

 

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

True if this set contains the specified label.