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