Ejemplo n.º 1
0
 protected bool Equals(StaticTopicCount other)
 {
     return string.Equals(this.ConsumerIdString, other.ConsumerIdString) && Equals(this.TopicCountMap, other.TopicCountMap);
 }
 protected bool Equals(StaticTopicCount other)
 {
     return(string.Equals(this.ConsumerIdString, other.ConsumerIdString) && Equals(this.TopicCountMap, other.TopicCountMap));
 }