OrderedMultiDictionaryTKey, TValueViewContains Method (TKey, TValue) |
Tests if the key-value pair is present in the part of the dictionary being viewed.
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
Key to check for. - value
- Type: TValue
Value to check for.
Return Value
Type:
BooleanTrue if the key-value pair is within this view.
See Also