StringDictionary ContainsKey Method Cognex VisionPro 9.24

Determines whether this dictionary contains the specified key.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public override bool ContainsKey(
	string key
)

Return Value

Type: Boolean

True if this dictionary contains key, otherwise False.

Implements

IDictionary TKey, TValue  ContainsKey(TKey)
See Also