Json.NET - Quick Starts & API Documentation
Contains Method (item)
NamespacesNewtonsoft.Json.LinqJArrayContains(JToken)
Determines whether the ICollection<(Of <(T>)>) contains a specific value.
Declaration Syntax
C#Visual BasicVisual C++
public bool Contains(
	JToken item
)
Public Function Contains ( _
	item As JToken _
) As Boolean
public:
virtual bool Contains(
	JToken^ item
) sealed
Parameters
item (JToken)
The object to locate in the ICollection<(Of <(T>)>).
Return Value
true if item is found in the ICollection<(Of <(T>)>); otherwise, false.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)