Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Compares two WorkingFolder instances for equality.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Shared Operator = ( _
workingFolder1 As WorkingFolder, _
workingFolder2 As WorkingFolder _
) As Boolean
public static bool operator ==(
WorkingFolder workingFolder1,
WorkingFolder workingFolder2
)
public:
static bool operator ==(
WorkingFolder^ workingFolder1,
WorkingFolder^ workingFolder2
)
static let inline(=)
workingFolder1:WorkingFolder *
workingFolder2:WorkingFolder : bool
JScript does not support overloaded operators.
Parameters
workingFolder1
Type: Microsoft.TeamFoundation.VersionControl.Client.WorkingFolderThe equality of the workingFolder1.
workingFolder2
Type: Microsoft.TeamFoundation.VersionControl.Client.WorkingFolderThe equality of the workingFolder2.
Return Value
Type: System.Boolean
True if the two WorkingFolder instances are equivalent; otherwise, false.
.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.