Exemplo n.º 1
0
 protected bool Equals(ProducerResponseStatus other)
 {
     return(this.Error == other.Error && this.Offset == other.Offset);
 }
Exemplo n.º 2
0
 protected bool Equals(ProducerResponseStatus other)
 {
     return this.Error == other.Error && this.Offset == other.Offset;
 }