コード例 #1
0
ファイル: Name.php プロジェクト: kolah/recruitment
 public function equals(Name $other)
 {
     return $this->name() === $other->name();
 }