Click or drag to resize
ResourceDictionaryContains Method (Object)
Determines whether the System.Collections.IDictionary object contains an element with the specified key.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public bool Contains(
	Object key
)

Parameters

key
Type: SystemObject
The key to locate in the System.Collections.IDictionary object.

Return Value

Type: Boolean
true if the System.Collections.IDictionary contains an element with the key; otherwise, false.
See Also