Click or drag to resize
Galactic API

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
)

Parameters

other
Type: Galactic.EventLogEvent
The other event to compare against.

Return Value

Type: Int32
Less 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