Method Contains
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Contains(KeyValuePair<TKey, TValue>)
Determines whether the dictionary contains the specified key–value pair.
public bool Contains(KeyValuePair<TKey, TValue> item)
Parameters
itemKeyValuePair<TKey, TValue>The key–value pair to locate.
Returns
- bool
trueif the pair exists; otherwisefalse.