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