Partilhar via


Método TestId.Equals (TestId)

Retorna um valor que indica se uma ID de teste fornecido é igual ao objeto atual.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Boolean
true Se o ID de teste fornecido for igual ao objeto atual. Caso contrário, false.

Implementações

IEquatable<T>.Equals(T)

Segurança do .NET Framework

Consulte também

Referência

TestId Classe

Sobrecargas Equals

Namespace Microsoft.VisualStudio.TestTools.Common