protected bool Equals(BrokerAndFetcherId other)
 {
     return Equals(this.Broker, other.Broker) && this.FetcherId == other.FetcherId;
 }
Beispiel #2
0
 protected bool Equals(BrokerAndFetcherId other)
 {
     return(Equals(this.Broker, other.Broker) && this.FetcherId == other.FetcherId);
 }