Method ContainsRight
ContainsRight(TRight)
Determines whether this map contains the specified right value.
Declaration
bool ContainsRight(TRight rightValue)Parameters
| Type | Name | Description | 
|---|---|---|
| TRight | rightValue | The right value to locate. | 
Returns
| Type | Description | 
|---|---|
| bool | true if this map contains the specified right value, otherwise false. | 
