SynchronizedCollection<T>::IList::Contains Method (Object^)

 

Determines whether the collection contains an element with a specific value.

Namespace:   System.Collections.Generic
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

private:
virtual bool Contains(
	Object^ value
) sealed = IList::Contains

Parameters

value
Type: System::Object^

The object to locate in the collection.

Return Value

Type: System::Boolean

true if the element value is found in the collection; otherwise false.

Exception Condition
ArgumentException

value is not an object of the type contained in the collection.

.NET Framework
Available since 3.0
Return to top
Show: