Share via


ExpectedProcessCollection.Contains Method

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Function Contains ( _
    item As ExpectedProcessCollectionEntry _
) As Boolean
public bool Contains(
    ExpectedProcessCollectionEntry item
)
public:
virtual bool Contains(
    ExpectedProcessCollectionEntry^ item
) sealed
abstract Contains : 
        item:ExpectedProcessCollectionEntry -> bool  
override Contains : 
        item:ExpectedProcessCollectionEntry -> bool
public final function Contains(
    item : ExpectedProcessCollectionEntry
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

Implements

ICollection<T>.Contains(T)

.NET Framework Security

See Also

Reference

ExpectedProcessCollection Class

Microsoft.VisualStudio.IntelliTrace Namespace