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.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- testObject
-
Type:
Microsoft.TeamFoundation.TestManagement.Client::ITestObject<Int32>^
A test object that uses an integer as an identifier.
Return Value
Type: System::Booleantrue if the provided object is in the collection; otherwise, false.
Show: