Exemplo n.º 1
0
 protected bool Equals(ExplicitPeakBounds other)
 {
     return(StartTime.Equals(other.StartTime) && EndTime.Equals(other.EndTime) && Score.Equals(other.Score));
 }
Exemplo n.º 2
0
 public FileData(double?apexTime, ExplicitPeakBounds peakBounds)
 {
     ApexTime   = apexTime;
     PeakBounds = peakBounds;
 }