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.
Declaration Syntax
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.