Exemple #1
0
 protected bool Equals(MessageFailed other)
 {
     return Equals(Envelope, other.Envelope) && Equals(Exception, other.Exception);
 }
Exemple #2
0
 protected bool Equals(MessageFailed other)
 {
     return(Equals(Envelope, other.Envelope) && Equals(Exception, other.Exception));
 }