Exemple #1
0
 protected bool Equals(SubscribeOptions other)
 {
     return(string.Equals(Match, other.Match));
 }
Exemple #2
0
 public SubscribeOptions(SubscribeOptions options)
 {
     Match       = options.Match;
     GetRetained = options.GetRetained;
 }