protected bool Equals(PartitionOffsetRequestInfo other) { return(this.Time == other.Time && this.MaxNumOffsets == other.MaxNumOffsets); }
protected bool Equals(PartitionOffsetRequestInfo other) { return this.Time == other.Time && this.MaxNumOffsets == other.MaxNumOffsets; }