LocalizableStringContainsKey Method

Determines whether the IDictionaryTKey, TValue contains an element with the specified key.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public bool ContainsKey(
	string key
)

Parameters

key  String
The key to locate in the IDictionaryTKey, TValue.

Return Value

Boolean
true if the IDictionaryTKey, TValue contains an element with the key; otherwise, false.

Implements

IDictionaryTKey, TValueContainsKey(TKey)

See Also