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