EventToken.Equality Operator
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Tests two event tokens for equality.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public Shared Operator = ( _
left As EventToken, _
right As EventToken _
) As Boolean
'Usage
Dim left As EventToken
Dim right As EventToken
Dim returnValue As Boolean
returnValue = (left = right)
public static bool operator ==(
EventToken left,
EventToken right
)
public:
static bool operator ==(
EventToken left,
EventToken right
)
static let inline (=)
left:EventToken *
right:EventToken : bool
JScript does not support overloaded operators.
Parameters
- right
Type: Microsoft.VisualStudio.TraceLog.EventToken
EventToken
Return Value
Type: System.Boolean
.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.