Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.RequestId
The RequestId for comparison.
Return Value
Type: System.Boolean
true if equal; otherwise, false.
Implements
.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.