예제 #1
0
 public override int GetHashCode()
 {
     unchecked {
         return((ThroughputRate.GetHashCode() * 397) ^ LeadTime.GetHashCode());
     }
 }
예제 #2
0
 private bool Equals(Statistics other)
 {
     return(ThroughputRate.Equals(other.ThroughputRate) && LeadTime.Equals(other.LeadTime));
 }