[This is preliminary documentation and is subject to change.]

Determines whether the ICollection<(Of <(T>)>) contains a specific value.

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public bool Contains(
	JToken item
)
Visual Basic (Declaration)
Public Function Contains ( _
	item As JToken _
) As Boolean
Visual C++
public:
virtual bool Contains(
	JToken^ item
) sealed

Parameters

item
Type: Facebook.Json.Linq..::.JToken
The object to locate in the ICollection<(Of <(T>)>).

Return Value

true if item is found in the ICollection<(Of <(T>)>); otherwise, false.

Implements

ICollection<(Of <(T>)>)..::.Contains(T)

See Also

JArray Class
Facebook.Json.Linq Namespace