Determines whether the IDictionaryTKey, TValue contains an element with the specified key.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 22.1.0.0 (22.1.0.0)
Syntax
Parameters
- key
- Type: SystemString
The key to locate in the IDictionaryTKey, TValue.
Return Value
Type: Booleantrue if the IDictionaryTKey, TValue contains an element with the key; otherwise, false.
Implements
IDictionaryTKey, TValueContainsKey(TKey)See Also