This documentation is archived and is not being maintained.

WorkingFolder::AreSetsEqual Method

Returns true if two sets of WorkingFolders are identical.

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

public:
static bool AreSetsEqual(
	array<WorkingFolder^>^ set1, 
	array<WorkingFolder^>^ set2
)

Parameters

set1
Type: array<Microsoft.TeamFoundation.VersionControl.Client::WorkingFolder>

The first set of working folders

set2
Type: array<Microsoft.TeamFoundation.VersionControl.Client::WorkingFolder>

The second set of working folders

Return Value

Type: System::Boolean
True if the two sets are identical, false otherwise

Show: