Inheritance: Itenso.TimePeriod.TimeRange, IPlayTimeRange
Beispiel #1
0
 // ----------------------------------------------------------------------
 private bool HasSameData( PlayTimeRange comp )
 {
     return direction == comp.direction;
 }
        }         // IsEqual

        // ----------------------------------------------------------------------
        private bool HasSameData(PlayTimeRange comp)
        {
            return(direction == comp.direction);
        }         // HasSameData