Click or drag to resize

KeyedListContains Method

Determines whether the collection contains a specific key

Namespace:  WorkflowGen.My.Collections
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public bool Contains(
	Object key
)

Parameters

key
Type: SystemObject
The key to locate in the collection

Return Value

Type: Boolean
True if the collection contains an element with the specified key; otherwise, false

Implements

IDictionaryContains(Object)
See Also