Return true if this container has an element with key equivalent to key.
Return true if this unordered map contains an element whose key is equivalent to the specified key.
true if key is present, and false otherwise
| Name | Description |
|---|---|
| key | key value to look up |