VB.NET Language in a Nutshell

   
Hashtable.ContainsKey Method

Class

System.Collections.Hashtable

Syntax

hashtablevariable .ContainsKey( Key )

Key (required; Object)

The key to search for among the hash table entries

Return Value

A Boolean indicating whether the key exists ( True ) or not ( False )

Description

Indicates whether a given key is contained in the hash table

   

Категории