ClassSystem.Collections.Hashtable SyntaxDim result As Boolean = hashtableVariable.ContainsKey(key)
DescriptionThe ContainsKey method indicates whether a given key is contained in the hashtable (true) or not (False). Usage at a GlanceThe Contains method is identical in functionality to the ContainsKey method. See AlsoHashtable Class, Hashtable.ContainsValue Method |