Determines whether the 
IJsSet contains a specific value.
            
 
    Namespace: 
   DotNetBrowser.Js.Collections
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntaxbool Contains(
	Object item
)
Parameters
- item
 - Type: SystemObject
The object to locate in the IJsSet. 
Return Value
Type: 
Booleantrue if item is found in the 
IJsSet; otherwise, 
false.
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | 
                The IJsSet has already been disposed.
             | 
See Also