Click or drag to resize

DoubleDictionaryTKey, TKeySecondary, TValueContainsValue Method

Checks the DoubleDictionary for a given value

Namespace:  WeatherSystem.Internal
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool ContainsValue(
	TValue value
)

Parameters

value
Type: TValue
The value to check for in the DoubleDictionary

Return Value

Type: Boolean
Returns true if the dictionary holds the given value, false if not
See Also