Partager via


TestId.Equals, méthode (TestId)

Retourne une valeur qui indique si un ID de test fourni est égal à l'objet actif.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
Public Function Equals ( _
    other As TestId _
) As Boolean
public bool Equals(
    TestId other
)
public:
virtual bool Equals(
    TestId^ other
) sealed
abstract Equals : 
        other:TestId -> bool 
override Equals : 
        other:TestId -> bool 
public final function Equals(
    other : TestId
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true si l'ID de test fourni est égal à l'objet actif ; sinon, false.

Implémentations

IEquatable<T>.Equals(T)

Sécurité .NET Framework

Voir aussi

Référence

TestId Classe

Equals, surcharge

Microsoft.VisualStudio.TestTools.Common, espace de noms