Hashtable.ContainsValue Method


Hashtable.ContainsValue Method

Class

System.Collections.Hashtable

Syntax

     Dim result As Boolean = hashtableVariable.ContainsValue(value) 


value (required; any)

The value to search for among the hashtable entries

Description

The ContainsValue method indicates whether a given value is contained in the hashtable (true) or not (False).

See Also

Hashtable Class, Hashtable.ContainsKey Method




Visual Basic 2005(c) In a Nutshell
Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
ISBN: 059610152X
EAN: 2147483647
Year: 2004
Pages: 712

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net