August 2001
Intermediate to advanced
656 pages
18h 5m
English
Hashtable.ContainsValue Method
System.Collections.Hashtable
hashtablevariable.ContainsValue(Value)
Value
Use: Required
Data Type: Object
The value to search for among the hash table entries
A Boolean indicating whether the value exists
(True) or not (False)
Indicates whether a given value is contained in the hash table
ContainsValue is intended to determine whether a value exists in the hash table; it is not designed to indicate the key belonging to a particular value or to determine whether multiple occurrences of a particular value exist.
Read now
Unlock full access