| Hashtable: ContainsValue |
Checks if the current instance contains a specific value.
Public Function ContainsValue( ByRef Value As Variant ) As Boolean
The table is searched linearly checking each value. Once a matching value is found, True is returned. If there is more than one of the same values, only the first is detected.