MultiKeyDictionaryValueTypeContains Method |
Returns true if the table contains specific key.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public override bool Contains(
Object key
)
Parameters
- key
- Type: SystemObject
Key to find
Return Value
Type:
BooleanImplements
IDictionaryContains(Object)See Also