protected bool Equals(EnvelopeContinuationChosen other) { return Equals(Envelope, other.Envelope) && Equals(HandlerType, other.HandlerType) && Equals(ContinuationType, other.ContinuationType); }
protected bool Equals(EnvelopeContinuationChosen other) { return(Equals(Envelope, other.Envelope) && Equals(HandlerType, other.HandlerType) && Equals(ContinuationType, other.ContinuationType)); }