コード例 #1
0
 protected bool Equals(EnvelopeContinuationChosen other)
 {
     return(Equals(Envelope, other.Envelope) && Equals(HandlerType, other.HandlerType) && Equals(ContinuationType, other.ContinuationType));
 }
コード例 #2
0
 protected bool Equals(EnvelopeContinuationChosen other)
 {
     return Equals(Envelope, other.Envelope) && Equals(HandlerType, other.HandlerType) && Equals(ContinuationType, other.ContinuationType);
 }