IdAndName.Equals Method (IdAndName)
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
'Declaration
Public Function Equals ( _
other As IdAndName _
) As Boolean
public bool Equals(
IdAndName other
)
public:
virtual bool Equals(
IdAndName other
) sealed
abstract Equals :
other:IdAndName -> bool
override Equals :
other:IdAndName -> bool
public final function Equals(
other : IdAndName
) : boolean
Parameters
other
Type: Microsoft.TeamFoundation.TestManagement.Client.IdAndNameAn IdAndName object.
Return Value
Type: Boolean
true if the two objects are equal; otherwise, false.
Implements
IEquatable.Equals(UTP)
.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.