This documentation is archived and is not being maintained.
WorkingFolder::AreSetsEqual Method
Visual Studio 2013
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: