ContentsIndexHome
PreviousUpNext
ISetData.contains Method (int)

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

C#
bool contains(int label);
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.