Click or drag to resize

DoubleDictionaryTKey, TKeySecondary, TValueContainsKey Method (TKey)

Checks if the dictionary contains the given primary key

Namespace:  WeatherSystem.Internal
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool ContainsKey(
	TKey primaryKey
)

Parameters

primaryKey
Type: TKey
The primary key to check

Return Value

Type: Boolean
True if the DoubleDictionary has a primary key matching the given key, false otherwise
See Also