Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- value
- The element to search for in the collection.
Return Value
true if the given element is in the collection; false otherwise.This method implements a standard collection operation. It searches the collection for a reference to the given element. If it finds a reference to it, it will return true. If it cannot find a reference to it, this method will return false.