C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
Windows.UI.Xaml
ResourceDictionary Class
ResourceDictionary Methods
Contains Method
Contains Method (KeyValuePair(Object, Object))
Contains Method (Object)
ResourceDictionary
Contains Method (KeyValuePair
Object, 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#
Copy
public
bool
Contains
(
KeyValuePair
<
Object
,
Object
>
item
)
Parameters
item
Type:
System.Collections.Generic
KeyValuePair
Object
,
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
Reference
ResourceDictionary Class
Contains Overload
Windows.UI.Xaml Namespace