Example #1
0
 protected bool Equals(Peak other)
 {
     return(PeakPoint.Equals(other.PeakPoint) && PeakHeight.Equals(other.PeakHeight));
 }