MultiDictionaryBaseTKey, TValueContains Method |
Name | Description | |
---|---|---|
![]() | Contains(KeyValuePairTKey, ICollectionTValue) |
Determines if this dictionary contains the given key and all of the values associated with that key..
(Overrides CollectionBaseTContains(T).) |
![]() | Contains(TKey, TValue) |
Determines if this dictionary contains a key-value pair equal to key and
value. The dictionary is not changed. This method must be overridden in the derived class.
|