예제 #1
0
파일: Id.php 프로젝트: kreta/kreta
 public function equals(Id $id) : bool
 {
     return $this->id === $id->id();
 }