SafeDictionaryTKey, TValueContains Method |
Returns true if the dictionary contains the given 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
Return Value
Type:
BooleanImplements
IDictionaryContains(Object)Remarks
This operation does not require locking for concurrent access.
See Also