Click or drag to resize

KeyedListContainsValue Method

Determines whether the collection contains a specific value

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

Parameters

value
Type: SystemObject
The value to locate in the collection

Return Value

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