private bool Equals(ExceptionReport obj)
 {
     return(Equals(obj._reportString.ToString(), _reportString.ToString()));
 }
示例#2
0
     /// <summary>
     /// Returns a value indicating whether this instance is equal to
     /// the specified object.
     /// </summary>
     /// <param name="obj">An object to compare to this instance.</param>
 	private bool Equals(ExceptionReport obj)
     {
         return Equals(obj._reportString.ToString(), _reportString.ToString());
     }