SafeDictionaryTKey, TValueContainsValue Method |
Returns true if the dictionary contains the given value
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public override bool ContainsValue(
Object value
)
Parameters
- value
- Type: SystemObject
Value
Return Value
Type:
BooleanSee Also