Click or drag to resize

JSONObjectContains Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Calculates whether the object contains the key in the given key-value pair.

Namespace:  Telogis.GeoBase.Serialization
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool Contains(
	KeyValuePair<string, Object> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, Object
The key-value pair whose key is to be looked for.

Return Value

Type: Boolean
Whether the object contains the given key.

Implements

ICollectionTContains(T)
See Also