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