Method Contains
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
Contains(KeyValuePair<TKey, TValue>)
Determines whether the dictionary contains the specified key-value pair.
public bool Contains(KeyValuePair<TKey, TValue> pair)
Parameters
pairKeyValuePair<TKey, TValue>The key-value pair to locate.
Returns
- bool
trueif the dictionary contains the specified pair; otherwise,false.