Condividi tramite


Metodo TestId.Equals (TestId)

Restituisce un valore che indica se un ID test fornito è uguale all'oggetto corrente.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.Boolean
true se l'ID di test fornito è uguale al corrente oggetto; in caso contrario, false.

Implementa

IEquatable<T>.Equals(T)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestId Classe

Overload Equals

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common