Click or drag to resize
JsonArrayContains Method
Determines whether an element is in the array.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public bool Contains(
	JsonValue item
)

Parameters

item
Type: Dextronet.JsonieJsonValue
The object to locate in the array. The value can be null.

Return Value

Type: Boolean
true if item is found in the array; otherwise, false.

Implements

ICollectionTContains(T)
See Also