[This is preliminary documentation and is subject to change.]
Determines whether the collection contains a specific object.
| C# |
public bool Contains( T obj )
- obj (T)
- The object to locate in the collection.
True if item is found in the collection, otherwise,
false