Method ContainsLeft
ContainsLeft(TLeft)
Determines whether this map contains the specified left value.
Declaration
public bool ContainsLeft(TLeft leftValue)Parameters
| Type | Name | Description | 
|---|---|---|
| TLeft | leftValue | The left value to locate. | 
Returns
| Type | Description | 
|---|---|
| bool | true if this map contains the specified left value, otherwise false. | 
