示例#1
0
 protected bool Equals(PartitionOffsetRequestInfo other)
 {
     return(this.Time == other.Time && this.MaxNumOffsets == other.MaxNumOffsets);
 }
示例#2
0
 protected bool Equals(PartitionOffsetRequestInfo other)
 {
     return this.Time == other.Time && this.MaxNumOffsets == other.MaxNumOffsets;
 }