MultiDictionaryTKey, TValueContains Method (TKey, TValue) |
Checks to see if value is associated with key
in the dictionary.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic override sealed bool Contains(
TKey key,
TValue value
)
public:
virtual bool Contains(
TKey key,
TValue value
) override sealed
Parameters
- key
- Type: TKey
The key to check. - value
- Type: TValue
The value to check.
Return Value
Type:
BooleanTrue if
value is associated with
key.
See Also