Ejemplo n.º 1
0
 private bool Equals(ExceptionReport obj)
 {
     return(Equals(obj._reportString.ToString(), _reportString.ToString()));
 }
Ejemplo n.º 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());
     }