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 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.IdAndName- An IdAndName object. 
- right 
 Type: Microsoft.TeamFoundation.TestManagement.Client.IdAndName- An 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.