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.
Returns a value that indicates whether the values of two specified IdAndName objects are equal (==).
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Shared Operator = ( _
left As IdAndName, _
right As IdAndName _
) As Boolean
public static bool operator ==(
IdAndName left,
IdAndName right
)
public:
static bool operator ==(
IdAndName left,
IdAndName right
)
static let inline(=)
left:IdAndName *
right:IdAndName : bool
JScript does not support overloaded operators.
Parameters
left
Type: Microsoft.TeamFoundation.TestManagement.Client.IdAndNameAn IdAndName object.
right
Type: Microsoft.TeamFoundation.TestManagement.Client.IdAndNameAn IdAndName object.
Return Value
Type: Boolean
true if the two objects are equal; 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.