EventToken.Equality Operator
Determines whether two EventTokens are considered equal.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Shared Operator = ( _
left As EventToken, _
right As EventToken _
) As Boolean
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
- left
Type: Microsoft.VisualStudio.IntelliTrace.EventToken
The first EventToken to compare.
- right
Type: Microsoft.VisualStudio.IntelliTrace.EventToken
The second EventToken to compare.
Return Value
Type: System.Boolean
True if left is equal to right.
.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.