| EventCompareTo Method (Event) |
Compares this Event to another based upon the date of the event.
Namespace:
Galactic.EventLog
Assembly:
Galactic.EventLog (in Galactic.EventLog.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public int CompareTo(
Event other
)
Public Function CompareTo (
other As Event
) As Integer
public:
virtual int CompareTo(
Event^ other
) sealed
abstract CompareTo :
other : Event -> int
override CompareTo :
other : Event -> int
Parameters
- other
- Type: Galactic.EventLogEvent
The other event to compare against.
Return Value
Type:
Int32Less than zero if this event occurred before the other event.
Zero if the events occurred at the same time.
Greater than zero if this event occured after the other event.
Implements
IComparableTCompareTo(T)See Also