Example #1
0
 protected bool Equals(RetentionTimeAlignment other)
 {
     return(Slope.Equals(other.Slope) && Intercept.Equals(other.Intercept));
 }
 protected bool Equals(RetentionTimeAlignment other)
 {
     return Slope.Equals(other.Slope) && Intercept.Equals(other.Intercept);
 }