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