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 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 override bool Equals(
object obj
)
public:
virtual bool Equals(
Object^ obj
) override
override Equals :
obj:Object -> bool
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
obj
Type: System.ObjectAn object that can be cast as an IdAndName object.
Return Value
Type: System.Boolean
true if the two objects are equal; otherwise, false.
See Also
Equals Overload
IdAndName Structure
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top