Пример #1
0
 public bool Equals(MProphetPeakScoringModel other)
 {
     return(base.Equals(other) &&
            ColinearWarning.Equals(other.ColinearWarning) &&
            Lambda.Equals(other.Lambda));
 }