Click or drag to resize

EAPCollectionBaseContainsKey Method

Checks for the existence of an item in the hashtable

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool ContainsKey(
	string key
)

Parameters

key
Type: SystemString
The key of the item.

Return Value

Type: Boolean
true if the item exists, false otherwise
See Also