11 (this->getSideType() == channelId.getSideType()) &&
12 (this->getRegionType() == channelId.getRegionType()) &&
13 (this->getSignalType() == channelId.getSignalType()) &&
14 (this->getModuleType() == channelId.getModuleType()) &&
15 (this->getSector() == channelId.getSector()) &&
16 (this->getLayer() == channelId.getLayer()) &&
17 (this->getChamber() == channelId.getChamber()) &&
18 (this->getId() == channelId.getId()) &&
19 (this->getBlock() == channelId.getBlock()) &&
20 (this->getChannel() == channelId.getChannel())) {