Click or drag to resize
MultiKeyDictionaryValueTypeContains Method
Returns true if the table contains specific key.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public override bool Contains(
	Object key
)

Parameters

key
Type: SystemObject
Key to find

Return Value

Type: Boolean

Implements

IDictionaryContains(Object)
See Also