Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns a value that indicates whether a provided test ID is equal to the current object.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
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
Parameters
other
Type: Microsoft.VisualStudio.TestTools.Common.TestIdA TestId object.
Return Value
Type: Boolean
true if the provided test ID is equal to the current object; otherwise, false.
Implements
IEquatable.Equals(UTP)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.