Method Contains
Contains(ValueList)
Returns a value indicating whether this collection contains the given value list.
Declaration
public bool Contains(ListDictionary<TKey, TValue>.ValueList valueList)Parameters
| Type | Name | Description | 
|---|---|---|
| ListDictionary<TKey, TValue>.ValueList | valueList | 
Returns
| Type | Description | 
|---|---|
| bool | 
