TraceListenerCollection::IList::Contains Method (Object^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Determines whether the TraceListenerCollection contains a specific object.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System::Object^
The object to locate in the TraceListenerCollection.
Return Value
Type: System::Booleantrue if the Object is found in the TraceListenerCollection; otherwise, false.
Implements
IList::Contains(Object^)Use the Contains method of the TraceListenerCollection class to determine whether the collection contains a specific TraceListener object.
.NET Framework
Available since 1.1
Available since 1.1
Show: