Método TestMessageLogEntryIdentity.Equals (TestMessageLogEntryIdentity)
Retorna um valor que indica se o fornecido TestMessageLogEntryIdentity objeto é igual ao objeto atual.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
public bool Equals(
TestMessageLogEntryIdentity other
)
public:
virtual bool Equals(
TestMessageLogEntryIdentity other
) sealed
abstract Equals :
other:TestMessageLogEntryIdentity -> bool
override Equals :
other:TestMessageLogEntryIdentity -> bool
Public Function Equals (
other As TestMessageLogEntryIdentity
) As Boolean
Parâmetros
- other
A TestMessageLogEntryIdentity object.
Valor de retorno
Type: System.Boolean
trueSe o fornecido TestMessageLogEntryIdentity objeto é igual ao objeto atual. Caso contrário, false.
Implementações
Consulte também
Equals Sobrecarga
Estrutura TestMessageLogEntryIdentity
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo