protected bool Equals(SubscribeOptions other) { return(string.Equals(Match, other.Match)); }
public SubscribeOptions(SubscribeOptions options) { Match = options.Match; GetRetained = options.GetRetained; }