public override int GetHashCode() { unchecked { return((ThroughputRate.GetHashCode() * 397) ^ LeadTime.GetHashCode()); } }
private bool Equals(Statistics other) { return(ThroughputRate.Equals(other.ThroughputRate) && LeadTime.Equals(other.LeadTime)); }