RequestId.Equality Operator
Compares two RequestIds for value equality.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Shared Operator = ( _
left As RequestId, _
right As RequestId _
) As Boolean
public static bool operator ==(
RequestId left,
RequestId right
)
public:
static bool operator ==(
RequestId^ left,
RequestId^ right
)
static let inline(=)
left:RequestId *
right:RequestId : bool
JScript does not support overloaded operators.
Parameters
left
Type: Microsoft.VisualStudio.TestTools.Execution.RequestIdThe RequestId on the left-hand side of the equality operator.
right
Type: Microsoft.VisualStudio.TestTools.Execution.RequestIdThe RequestId on the right-hand side of the equality operator.
Return Value
Type: Boolean
true if equal; otherwise, false.
.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.