public bool Equals(ProgramInfo other) { return Equals(other.Name, Name); }
public ProcessedInfo(TickInfo info) { this.Program = ProgramInfo.FromRaw(info); this.DidActivity = info.NumKeys > 0 || info.Mouse.HasValue; this.Time = info.Time; }