Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

bool Contains(
	ITestObject<int>^ testObject
)

Parameters

testObject
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestObject<Int32>^

A test object that uses an integer as an identifier.

Return Value

Type: System::Boolean

true if the provided object is in the collection; otherwise, false.

Return to top
Show: