Click or drag to resize
IProviderDictionaryTemplateTValueContains Method (Object, TValue)
Returns true if the table contains specified record.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
bool Contains(
	Object key,
	out TValue value
)

Parameters

key
Type: SystemObject
Key to check
value
Type: TValue
Returns the object value if the object is present

Return Value

Type: Boolean
See Also