Ejemplo n.º 1
0
 protected bool Equals(BrokerAndInitialOffset other)
 {
     return Equals(this.Broker, other.Broker) && this.InitOffset == other.InitOffset;
 }
Ejemplo n.º 2
0
 protected bool Equals(BrokerAndInitialOffset other)
 {
     return(Equals(this.Broker, other.Broker) && this.InitOffset == other.InitOffset);
 }