| TypedSortedListEx TKey , TValue Contains Method | 
 Overload List
Overload List
 
| Name | Description | |
|---|---|---|
|   | Contains(KeyValuePair TKey, TValue ) | 
 Determines whether the collection contains a specific key-value pair.
 | 
|   | Contains(Object) | 
 Determines whether the collection contains an element with the specified key.
 | 
|   | Contains(TKey) | 
 Determines whether the list contains an element with the specified key.
 | 
 See Also
See Also