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: 87.1.0.0 (87.1.0.0)
Syntax
Parameters
- key
- Type: TKey
The key of interest.
Return Value
Type: BooleanImplements
IDictionary TKey, TValue ContainsKey(TKey)See Also