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)); }
public RetentionTimeAlignmentIndex(RetentionTimeAlignment alignment) { Alignment = alignment; }