Exemple #1
0
 public bool Equals(ExceptionInfo other)
 {
     return(other != null &&
            IsOtherExceptions == other.IsOtherExceptions &&
            BreakOnFirstChance == other.BreakOnFirstChance &&
            exceptionInfoKey.Equals(other.exceptionInfoKey));
 }