Ejemplo n.º 1
0
 bool BodyPart::operator==(const BodyPart &bp) const
 {
   return this->getPartID() == bp.getPartID();
 }