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