Click or drag to resize

IJsSetContains Method

Determines whether the IJsSet contains a specific value.

Namespace:  DotNetBrowser.Js.Collections
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
bool Contains(
	Object item
)

Parameters

item
Type: SystemObject
The object to locate in the IJsSet.

Return Value

Type: Boolean
true if item is found in the IJsSet; otherwise, false.
Exceptions
ExceptionCondition
ObjectDisposedException The IJsSet has already been disposed.
See Also