Determines whether the collection contains a specific key
            
 
    Namespace: 
   WorkflowGen.My.Collections
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.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