Exemplo n.º 1
0
 protected bool Equals(PartitionOffsetRequestInfo other)
 {
     return(this.Time == other.Time && this.MaxNumOffsets == other.MaxNumOffsets);
 }
Exemplo n.º 2
0
 protected bool Equals(PartitionOffsetRequestInfo other)
 {
     return this.Time == other.Time && this.MaxNumOffsets == other.MaxNumOffsets;
 }