Table of Contents

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

pair KeyValuePair<TKey, TValue>

The key-value pair to locate.

Returns

bool

true if the dictionary contains the specified pair; otherwise, false.