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