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
- other
Type : Microsoft.VisualStudio.TestTools.Common.TcmInformation
Objet TcmInformation.
Valeur de retour
Type : System.Boolean
true si l'objet d'informations TCM fourni est égal à l'objet actif ; sinon, false.
Implémentations
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.