Returns true if the specified key is found in this dictionary,
otherwise returns false.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax
Parameters
- key
- Type: TKey
The key of interest.
Return Value
Type: BooleanImplements
IDictionary TKey, TValue ContainsKey(TKey)See Also