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.
Determines whether the provided IdAndName object is equal to the current object.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public bool Equals(
IdAndName other
)
public:
virtual bool Equals(
IdAndName other
) sealed
abstract Equals :
other:IdAndName -> bool
override Equals :
other:IdAndName -> bool
Public Function Equals (
other As IdAndName
) As Boolean
Parameters
other
Type: Microsoft.TeamFoundation.TestManagement.Client.IdAndNameAn IdAndName object.
Return Value
Type: System.Boolean
true if the two objects are equal; otherwise, false.
Implements
See Also
Equals Overload
IdAndName Structure
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top