示例#1
0
 private bool Equals(TestCaseResult other)
 {
     return(TestMethod.Equals(other.TestMethod) && string.Equals(Parameters, other.Parameters) &&
            StartTime.Equals(other.StartTime) && Duration.Equals(other.Duration) && Result == other.Result);
 }