예제 #1
0
파일: Name.php 프로젝트: kolah/recruitment
 public function equals(Name $other)
 {
     return $this->name() === $other->name();
 }