Partager via


TcmInformation.Equals, méthode (TcmInformation)

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Retourne une valeur qui indique si l'objet d'informations de gestion de cas de test (TCM) 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 TcmInformation _
) As Boolean
public bool Equals(
    TcmInformation other
)
public:
virtual bool Equals(
    TcmInformation^ other
) sealed
abstract Equals : 
        other:TcmInformation -> bool  
override Equals : 
        other:TcmInformation -> bool
public final function Equals(
    other : TcmInformation
) : boolean

Paramètres

Valeur de retour

Type : Boolean
true si l'objet d'informations TCM fourni est égal à l'objet actif ; sinon, false.

Implémentations

IEquatable.Equals(UTP)

Sécurité .NET Framework

Voir aussi

Référence

TcmInformation Classe

Equals, surcharge

Microsoft.VisualStudio.TestTools.Common, espace de noms