SynchronizedCollection(Of T).Contains Method (T)
.NET Framework (current version)
Determines whether the collection contains an element with a specific value.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- item
-
Type:
T
The object to locate in the collection.
Return Value
Type: System.Booleantrue if the element value is found in the collection; otherwise false.
Implements
ICollection(Of T).Contains(T)| Exception | Condition |
|---|---|
| ArgumentException | The value set is null or is not of the correct generic type T for the collection. |
.NET Framework
Available since 3.0
Available since 3.0
Show: