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
Syntaxpublic bool ContainsValue(
TValue value
)
Parameters
- value
- Type: TValue
The value to check for in the DoubleDictionary
Return Value
Type:
BooleanReturns true if the dictionary holds the given value, false if not
See Also