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.
Checks to see if the specified TeamFoundationServer objects are equal.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Shared Operator = ( _
first As TeamFoundationServer, _
second As TeamFoundationServer _
) As Boolean
public static bool operator ==(
TeamFoundationServer first,
TeamFoundationServer second
)
public:
static bool operator ==(
TeamFoundationServer^ first,
TeamFoundationServer^ second
)
static let inline (=)
first:TeamFoundationServer *
second:TeamFoundationServer : bool
JScript does not support overloaded operators.
Parameters
- first
Type: Microsoft.TeamFoundation.Client.TeamFoundationServer
The first TeamFoundationServer object.
- second
Type: Microsoft.TeamFoundation.Client.TeamFoundationServer
The second TeamFoundationServer object.
Return Value
Type: System.Boolean
True if the two objects are equal, 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.