Click or drag to resize

IJsSet.Contains Method

Determines whether the IJsSet contains a specific value.

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

Parameters

item
Type: System.Object
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