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
bool Contains(
ITestObject<int> testObject
)
bool Contains(
ITestObject<int>^ testObject
)
abstract Contains :
testObject:ITestObject<int> -> bool
Function Contains (
testObject As ITestObject(Of Integer)
) As Boolean
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.
See Also
Contains Overload
ITestSuiteEntryCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top