Beispiel #1
0
 /**
  * @param self $other
  * @return bool
  */
 public function equals(self $other)
 {
     return $this->countryName === $other->name && $this->countryCode->equals($other->countryCode);
 }