EventToken.Equality Operator
Determines whether two EventTokens are considered equal.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.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.EventTokenThe first EventToken to compare.
right
Type: Microsoft.VisualStudio.IntelliTrace.EventTokenThe second EventToken to compare.
Return Value
Type: 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.