This topic has not yet been rated - Rate this topic

WorkingFolder.Equality Operator

Compares two WorkingFolder instances for equality.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public static bool operator ==(
	WorkingFolder workingFolder1,
	WorkingFolder workingFolder2
)

Parameters

workingFolder1
Type: Microsoft.TeamFoundation.VersionControl.Client.WorkingFolder

The equality of the workingFolder1.

workingFolder2
Type: Microsoft.TeamFoundation.VersionControl.Client.WorkingFolder

The equality of the workingFolder2.

Return Value

Type: Boolean
True if the two WorkingFolder instances are equivalent; otherwise, false.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.