/**
  * {@inheritdoc}
  */
 public function compareAutoRouteContent(AutoRouteInterface $autoRoute, $contentDocument)
 {
     if ($autoRoute->getContent() === $contentDocument) {
         return true;
     }
     return false;
 }