Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.