Language Reference Guide : 4. System Classes : IntegerHashTable Class : Contains Method
 
Share this page                  
Contains Method
The Contains method checks the existence of an object within the hash table.
This method has the following syntax:
integer = IntegerHashTable.Contains(
          key =
integer | object = Object | key = integer, object = Object)
This method has the following parameters, one of which is required:
key
Checks if any object with the specified key exists
object
Checks if the specified object with any key exists
key, object
Checks if the specified object with the specified key exists
This method returns TRUE if the condition was met; otherwise it returns FALSE.