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