Share via


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

Return Value

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

Implements

IEquatable.Equals(UTP)

.NET Framework Security

See Also

Reference

IdAndName Structure

Equals Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace