Table of Contents

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

item KeyValuePair<TKey, TValue>

The key–value pair to locate.

Returns

bool

true if the pair exists; otherwise false.