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