Determines whether the collection contains a specific key
            
 
Namespace: WorkflowGen.My.CollectionsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic bool Contains(
	Object key
)
Public Function Contains ( 
	key As Object
) As Boolean
Parameters
- key
 - Type: SystemObject
The key to locate in the collection 
Return Value
Type: 
BooleanTrue if the collection contains an element with the specified key; otherwise, false
Implements
IDictionaryContains(Object)
See Also