HashSet.contains Method

Determines if value is stored in the hash set.
 

Parameters

value

Type: Object - May be null
The value to look up.

Return Value


Type: Boolean
True if the hash set contains the value, false otherwise.