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