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