ixfx
    Preparing search index...

    Variable CompareByStartConst

    CompareByStart: Comparer<EventItem> = ...

    Sorts by start, such that 'start' values are ascending.

    Returns: 0 if A and B are have same start & end. positive if B is before A. negative if B is after A.

    If A and B have the same start point, they are secondarily sorted based on end time, with earlier end time considered "before" later end time.

    Use CompareByStartOnly to ignore end time and consider events equal if they share a start.