OrdinalEvent Class
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.
Describes an event ordered in time, relative to other ordinal events. Most recorded events are OrdinalEvents.
public ref class OrdinalEvent : Microsoft::VisualStudio::IntelliTrace::IntelliTraceEvent, IComparable, IComparable<Microsoft::VisualStudio::IntelliTrace::OrdinalEvent ^>, System::Collections::Generic::IComparer<Microsoft::VisualStudio::IntelliTrace::OrdinalEvent ^>
public class OrdinalEvent : Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent, IComparable, IComparable<Microsoft.VisualStudio.IntelliTrace.OrdinalEvent>, System.Collections.Generic.IComparer<Microsoft.VisualStudio.IntelliTrace.OrdinalEvent>
type OrdinalEvent = class
inherit IntelliTraceEvent
interface IComparable
interface IComparer<OrdinalEvent>
interface IComparable<OrdinalEvent>
Public Class OrdinalEvent
Inherits IntelliTraceEvent
Implements IComparable, IComparable(Of OrdinalEvent), IComparer(Of OrdinalEvent)
- Inheritance
- Derived
- Implements
Constructors
OrdinalEvent(Int64) |
Initializes a new instance of the OrdinalEvent class. |
Properties
Ordinal |
Gets or sets the ordinal value. |
Methods
Compare(OrdinalEvent, OrdinalEvent) |
Compares one instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance. |
CompareTo(Object) |
Compares the current instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance. |
CompareTo(OrdinalEvent) |
Compares the current instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance. |
Equals(Object) |
Determines whether the specified object is equal to the current OrdinalEvent. |
Equals(OrdinalEvent, OrdinalEvent) |
Determines whether the specified OrdinalEvents are considered equal. |
GetHashCode() |
Gets a hash code for this OrdinalEvent. |
Operators
Equality(OrdinalEvent, OrdinalEvent) |
Determines if two OrdinalEvents are considered equal. |
GreaterThan(OrdinalEvent, OrdinalEvent) |
Determines whether the first OrdinalEvent is considered greater than the second. |
Inequality(OrdinalEvent, OrdinalEvent) |
Determines if two OrdinalEvents are considered not equal. |
LessThan(OrdinalEvent, OrdinalEvent) |
Determines whether the first OrdinalEvent is considered less than the second. |