예제 #1
0
파일: Performance.cs 프로젝트: mareek/Accio
 public override int GetHashCode() => DateAndHour.GetHashCode() + Part.GetHashCode();
예제 #2
0
파일: Performance.cs 프로젝트: mareek/Accio
 public string ToListItem()
 => string.Join("\t", DateAndHour.ToString("ddd"), DateAndHour.ToShortDateString(), DateAndHour.ToShortTimeString(), PartLabel, Availability);