Determines whether the collection contains a specific value.
'Declaration
Public Function Contains( _
ByVal As _
) As System.Boolean
public System.bool Contains(
)
Parameters
- value
- Value to look for.
Return Value
True if the collection contains the value.