Method ContainsValue
ContainsValue(TValue, IEqualityComparer<TValue>?)
Determines whether the dictionary contains the specified value.
Declaration
public bool ContainsValue(TValue value, IEqualityComparer<TValue>? comparer = null)Parameters
| Type | Name | Description | 
|---|---|---|
| TValue | value | |
| IEqualityComparer<TValue> | comparer | 
Returns
| Type | Description | 
|---|---|
| bool | 
