DoubleDictionaryTKey, TKeySecondary, TValueContainsKey Method (TKey, TKeySecondary) |
Checks if the dictionary has a value stored with the given key pair
Namespace:
WeatherSystem.Internal
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic bool ContainsKey(
TKey primaryKey,
TKeySecondary secondaryKey
)
Parameters
- primaryKey
- Type: TKey
The primary key of the pair to check - secondaryKey
- Type: TKeySecondary
The secondary key of the pair to check
Return Value
Type:
BooleanTrue if there is a value stored with the given keys, false otherwise
See Also