ResourceDictionaryContains Method (Object) |
Determines whether the System.Collections.IDictionary object contains an element with the specified key.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public bool Contains(
Object key
)
Parameters
- key
- Type: SystemObject
The key to locate in the System.Collections.IDictionary object.
Return Value
Type:
Booleantrue if the System.Collections.IDictionary contains an element with the key; otherwise, false.
See Also