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