Determines whether this dictionary contains the specified key.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
Parameters
- key
- Type: System String
The key to check.
Return Value
Type: BooleanTrue if this dictionary contains key, otherwise False.
Implements
IDictionary TKey, TValue ContainsKey(TKey)See Also