Method Contains
Contains(JsonValue)
Checks if the item exists in the 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. |