Open this page in the API Guide
StringHashSet.contains Method
Determines if value is stored in the hash set.
Parameters
- value
-
Type: String - May be null
The value to look up.
Return Value
Type: Boolean
True if the hash set contains the value, false otherwise.