Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Shared Function AreSetsEqual ( _
set1 As WorkingFolder(), _
set2 As WorkingFolder() _
) As Boolean
public static bool AreSetsEqual(
WorkingFolder[] set1,
WorkingFolder[] set2
)
public:
static bool AreSetsEqual(
array<WorkingFolder^>^ set1,
array<WorkingFolder^>^ set2
)
static member AreSetsEqual :
set1:WorkingFolder[] *
set2:WorkingFolder[] -> bool
public static function AreSetsEqual(
set1 : WorkingFolder[],
set2 : WorkingFolder[]
) : boolean
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
.NET Framework Security
- 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.