Click or drag to resize
MultiValueDictionaryTKey, TValueContainsValue Method (TKey, TValue)
Determines whether this dictionary contains the specified value for the specified key

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public bool ContainsValue(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
The key.
value
Type: TValue
The value.

Return Value

Type: Boolean
true if the value is stored for the specified key in this dictionary, false otherwise
See Also