Example #1
0
 protected bool Equals(BrokerRoute other)
 {
     return(string.Equals(Topic, other.Topic) && PartitionId == other.PartitionId);
 }
Example #2
0
 protected bool Equals(BrokerRoute other)
 {
     return string.Equals(Topic, other.Topic) && PartitionId == other.PartitionId;
 }