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
- other
Type : Microsoft.VisualStudio.TestTools.Common.TestId
Objet TestId.
Valeur de retour
Type : System.Boolean
true si l'ID de test 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.