Json.NET - Quick Starts & API Documentation
Contains Method (item)
Namespaces ► Newtonsoft.Json.Linq ► JArray ► Contains(JToken)
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.


- item (JToken)
- The object to locate in the ICollection<(Of <(<'T>)>)>.

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