ContainsKey Method (ObservableDictionary<TKey,TValue>)
Determines whether the
ObservableDictionary<TKey,TValue> contains an element with the specified key.
'Declaration
Public Function ContainsKey( _
ByVal As _
) As Boolean
public bool ContainsKey(
)
Parameters
- key
- The key to locate in the ObservableDictionary<TKey,TValue>.
Return Value
true if the
ObservableDictionary<TKey,TValue> contains an element with the key; otherwise, false.