This documentation is archived and is not being maintained.

NodeCollection::Contains Method

Checks whether the specified node exists in the collection.

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

public:
bool Contains(
	Node^ value
)

Parameters

value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::Node

The node of interest.

Return Value

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

Show: