This documentation is archived and is not being maintained.

ValuesCollection::Contains Method

Checks whether the specified value exists in this collection.

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

public:
bool Contains(
	String^ value
)

Parameters

value
Type: System::String

The value of interest.

Return Value

Type: System::Boolean
True if the specified value exists in this collection; otherwise, false.

Show: