Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the first OrdinalEvent is considered greater than the second.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Shared Operator > ( _
first As OrdinalEvent, _
second As OrdinalEvent _
) As Boolean
public static bool operator >(
OrdinalEvent first,
OrdinalEvent second
)
public:
static bool operator >(
OrdinalEvent^ first,
OrdinalEvent^ second
)
static let inline (>)
first:OrdinalEvent *
second:OrdinalEvent : bool
JScript does not support overloaded operators.
Parameters
- first
Type: Microsoft.VisualStudio.IntelliTrace.OrdinalEvent
The first OrdinalEvent to compare.
- second
Type: Microsoft.VisualStudio.IntelliTrace.OrdinalEvent
The second OrdinalEvent to compare.
Return Value
Type: System.Boolean
True if first is greater than second.
.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.