MultiValueHashtableTKey, TValueContains Method |
Determines whether the multivaluehashtable contains the key, and if so, if the list of values stored under the key contains the value specified.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public virtual bool Contains(
TKey key,
TValue value
)
Public Overridable Function Contains (
key As TKey,
value As TValue
) As Boolean
Parameters
- key
- Type: TKey
Key. - value
- Type: TValue
Value.
Return Value
Type:
Booleantrue if the key exists and the list of values contains the specified value
See Also