EventToken.LessThan Operator
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.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
- right
Type: Microsoft.VisualStudio.IntelliTrace.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.