IDictionary: Contains

Contains

Searches for the existence of the key in the list.



 Public Function Contains(
	  ByRef Key As Variant ) As Boolean

Parameters

Key
[ByRef] Variant. The key to be searching for.

Return Values

Boolean -  Indication of the existence of the key.

See Also

Project CorLib Overview

Class IDictionary Overview