Method Contains
Contains(JsonValue)
Checks if a JSONValue item exits in array.
Declaration
public bool Contains(JsonValue item)
Parameters
Type | Name | Description |
---|---|---|
JsonValue | item | Item to be found. |
Returns
Type | Description |
---|---|
System.Boolean | True, if exits. |
Implements
Contains(JsonValueBase)
Checks if a JsonValueBase item exits in array.
Declaration
public bool Contains(JsonValueBase item)
Parameters
Type | Name | Description |
---|---|---|
JsonValueBase | item | Item to be found. |
Returns
Type | Description |
---|---|
System.Boolean | True, if exits. |