Itenso.TimePeriodDemo.Player.PlayTimeRange.HasSameData C# (CSharp) Method

HasSameData() private method

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