CogSerializableDictionaryBase TKey, TValue  ContainsKey Method Cognex VisionPro 9.24
Returns true if the specified key is found in this dictionary, otherwise returns false.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

public bool ContainsKey(
	TKey key
)

Parameters

key
Type: TKey
The key of interest.

Return Value

Type: Boolean

Implements

IDictionary TKey, TValue  ContainsKey(TKey)
See Also