April 2002
Intermediate to advanced
688 pages
19h 51m
English
Hashtable.ContainsValue Method
System.Collections.Hashtable
hashtablevariable.ContainsValue(Value)
Value (required; 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.