OrdinalEvent.LessThan(OrdinalEvent, OrdinalEvent) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the first OrdinalEvent is considered less than the second.
public:
static bool operator <(Microsoft::VisualStudio::IntelliTrace::OrdinalEvent ^ first, Microsoft::VisualStudio::IntelliTrace::OrdinalEvent ^ second);
public static bool operator < (Microsoft.VisualStudio.IntelliTrace.OrdinalEvent first, Microsoft.VisualStudio.IntelliTrace.OrdinalEvent second);
static member ( < ) : Microsoft.VisualStudio.IntelliTrace.OrdinalEvent * Microsoft.VisualStudio.IntelliTrace.OrdinalEvent -> bool
Public Shared Operator < (first As OrdinalEvent, second As OrdinalEvent) As Boolean
Parameters
- first
- OrdinalEvent
The first OrdinalEvent to compare.
- second
- OrdinalEvent
The second OrdinalEvent to compare.
Returns
True if first
is less than second
.