Ejemplo n.º 1
0
 protected bool Equals(ChromLibSpectrumHeaderInfo other)
 {
     return(base.Equals(other) && PeakArea.Equals(other.PeakArea));
 }
 protected bool Equals(ChromLibSpectrumHeaderInfo other)
 {
     return base.Equals(other) && PeakArea.Equals(other.PeakArea);
 }