コード例 #1
0
 protected bool Equals(BrokerAndInitialOffset other)
 {
     return Equals(this.Broker, other.Broker) && this.InitOffset == other.InitOffset;
 }
コード例 #2
0
 protected bool Equals(BrokerAndInitialOffset other)
 {
     return(Equals(this.Broker, other.Broker) && this.InitOffset == other.InitOffset);
 }