• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

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
IJsonArray.Contains(JsonValue)

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

Back to top Copyright © 2017 Alachisoft