Method Contains
Contains(TLeft, TRight)
Gets a value indicating if the map contains an association between the specified left and right value.
Declaration
bool Contains(TLeft leftValue, TRight rightValue)
Parameters
Type | Name | Description |
---|---|---|
TLeft | leftValue | |
TRight | rightValue |
Returns
Type | Description |
---|---|
bool |