Click or drag to resize

StringMapContainsKey Method

Determines if the collection contains the specified key.

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

Parameters

key
Type: SystemObject
The key for which to search.

Return Value

Type: Boolean
True if found in collection, else false.
Remarks
The search is case-insensitive.
See Also