protected bool Equals(NoHandlerForMessage other)
 {
     return Equals(Envelope, other.Envelope);
 }
Exemple #2
0
 protected bool Equals(NoHandlerForMessage other)
 {
     return(Equals(Envelope, other.Envelope));
 }