Beispiel #1
0
 private bool Equals(TimingBenchmarkSetting other)
 {
     return(MetricName.Equals(other.MetricName) && AssertionType == other.AssertionType && Assertion.Equals(other.Assertion));
 }