Contains Method (ValueSet<T>)
In This Topic
Determines whether the collection contains a specific value.
Syntax
'Declaration
Public Function Contains( _
ByVal As _
) As Boolean
Parameters
- value
- Value to look for.
Return Value
True if the collection contains the value.
See Also