Method ContainsRight
ContainsRight(TAlternateRight)
Determines whether the map contains the specified alternate right value.
Declaration
public bool ContainsRight(TAlternateRight rightValue)
Parameters
| Type |
Name |
Description |
| TAlternateRight |
rightValue |
|
Returns
ContainsRight(TAlternateRight, out TRight)
Determines whether the map contains the specified alternate right value.
Declaration
public bool ContainsRight(TAlternateRight rightValue, out TRight actualRightValue)
Parameters
| Type |
Name |
Description |
| TAlternateRight |
rightValue |
|
| TRight |
actualRightValue |
|
Returns