ContentsIndexHome
PreviousUpNext
ISetData.contains Method (IElement)

Returns true if this set contains the specified element. 

 

Java
boolean contains(IElement element);
Parameters 
Description 
IElement element 
An IElement of which the presence in this set is to be tested.  

True if this set contains the specified element.