Method Contains
Contains(JsonValue)
Checks whether the item exits in JSON Array
Declaration
bool Contains(JsonValue item)
Parameters
Type | Name | Description |
---|---|---|
JsonValue | item | value to check |
Returns
Type | Description |
---|---|
System.Boolean | True in case Array contains the item |