Open this page in the API Guide
HashTable.containsKey Method
Determines if key is stored in the hash table.
Parameters
- key
-
Type: Object - May be null
The key to look up.
Return Value
Type: Boolean
True if the hash table contains the key, false otherwise.