contains


Description:

public bool contains (T valule)

Checks if key is in hash_table.

Parameters:

hash_table

a GenericSet

key

a key to check

Returns:

true if key is in hash_table, false otherwise.