Beispiel #1
0
 protected bool Equals(PartitionOffsetsResponse other)
 {
     return(this.Error == other.Error && this.Offsets.SequenceEqual(other.Offsets));
 }
Beispiel #2
0
 protected bool Equals(PartitionOffsetsResponse other)
 {
     return this.Error == other.Error && this.Offsets.SequenceEqual(other.Offsets);
 }