コード例 #1
0
 public bool Equals(RetentionTimeAlignment other)
 {
     if (ReferenceEquals(null, other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(base.Equals(other) && Equals(other.RegressionLine, RegressionLine));
 }
コード例 #2
0
 public RetentionTimeAlignmentIndex(RetentionTimeAlignment alignment)
 {
     Alignment = alignment;
 }