Example #1
0
 /**
  * {@inheritdoc}
  */
 public function isIdentityEqualTo(Entity $entity) : bool
 {
     return $entity instanceof Country && $entity->getCode() === $this->code;
 }