Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IdAndName::Equality Operator (IdAndName, IdAndName)

 
equivalentCodeEntityM:Microsoft.TeamFoundation.TestManagement.Client.IdAndName.Equals(Microsoft.TeamFoundation.TestManagement.Client.IdAndName,Microsoft.TeamFoundation.TestManagement.Client.IdAndName)

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)

public:
static bool operator ==(
	IdAndName left,
	IdAndName right
)

Return Value

Type: System::Boolean

true if the two objects are equal; otherwise, false.

Return to top
Show: