29 return (lhs.calibType == rhs.calibType) &&
30 (lhs.publishCycle == rhs.publishCycle) &&
31 (lhs.tfIDInfo.firstTForbit == rhs.tfIDInfo.firstTForbit) &&
32 (lhs.tfIDInfo.tfCounter == rhs.tfIDInfo.tfCounter) &&
33 (lhs.tfIDInfo.runNumber == rhs.tfIDInfo.runNumber) &&
34 (lhs.tfIDInfo.startTime == rhs.tfIDInfo.startTime) &&
35 (lhs.tfIDInfo.creation == rhs.tfIDInfo.creation);