JSONArrayContains Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Determines whether the array contains the given item.
Namespace:
Telogis.GeoBase.Serialization
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool Contains(
Object item
)
Public Function Contains (
item As Object
) As Boolean
Parameters
- item
- Type: SystemObject
The item to look up.
Return Value
Type:
BooleanWhether the array contains the given item.
Implements
ICollectionTContains(T)See Also