'Usage Dim instance As IntegerCollection Dim value As Integer Dim value As Boolean value = instance.Contains(value)
Parameters
- value
- The element to search for in the collection.
Return Value
true if the given element is in the collection; false otherwise.