Click or drag to resize
ResourceDictionaryContains Method (KeyValuePairObject, Object)
Determines whether the ResourceDictionary contains a specified KeyValuePair using the default equality comparer.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public bool Contains(
	KeyValuePair<Object, Object> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairObject, Object
The KeyValuePair of which presence is checked whithin the ResourceDictionary.

Return Value

Type: Boolean
true if the KeyValuePair was found, false otherwise.
See Also