ImmutableDictionary<TKey, TValue>::Contains Method (KeyValuePair<TKey, TValue>)
Determines whether this immutable dictionary contains the specified key/value pair.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- pair
-
Type:
System.Collections.Generic::KeyValuePair<TKey, TValue>
The key/value pair to locate.
Return Value
Type: System::Booleantrue if the specified key/value pair is found in the dictionary; otherwise, false.
Show: