Determines whether an element is in the array.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public bool Contains(
JsonValue item
)
Public Function Contains (
item As JsonValue
) As Boolean
Parameters
- item
- Type: Dextronet.JsonieJsonValue
The object to locate in the array. The value can be null.
Return Value
Type:
Booleantrue if item is found in the array; otherwise, false.
Implements
ICollectionTContains(T)See Also