Share via


ITestSuiteEntryCollection.Contains Method (ITestObject<Int32>)

Returns a value that indicates whether this collection contains the specified test object.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Function Contains ( _
    testObject As ITestObject(Of Integer) _
) As Boolean
bool Contains(
    ITestObject<int> testObject
)
bool Contains(
    ITestObject<int>^ testObject
)
abstract Contains : 
        testObject:ITestObject<int> -> bool 
function Contains(
    testObject : ITestObject<int>
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the provided object is in the collection; otherwise, false.

.NET Framework Security

See Also

Reference

ITestSuiteEntryCollection Interface

Contains Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace