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.
Compares this instance with the provided RequestId for value equality.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Function Equals ( _
other As RequestId _
) As Boolean
public bool Equals(
RequestId other
)
public:
virtual bool Equals(
RequestId^ other
) sealed
abstract Equals :
other:RequestId -> bool
override Equals :
other:RequestId -> bool
public final function Equals(
other : RequestId
) : boolean
Parameters
other
Type: Microsoft.VisualStudio.TestTools.Execution.RequestIdThe RequestId for comparison.
Return Value
Type: Boolean
true if equal; 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.