PrefixDictionary.HasKey Method
Returns True if Key is in the Dictionary and False if it is not.

HasKey(
key
as String)
as Boolean
Parameters
- key
- The key to check for.
Returns
- Boolean
- True if the key was found, else false.
Remarks
The HasKey function is encoding-sensitive and in this version of the prefix dictionary it is case sensitive also.
See Also
PrefixDictionary Class