예제 #1
0
 protected bool Equals(ProducerResponseStatus other)
 {
     return(this.Error == other.Error && this.Offset == other.Offset);
 }
예제 #2
0
 protected bool Equals(ProducerResponseStatus other)
 {
     return this.Error == other.Error && this.Offset == other.Offset;
 }