コード例 #1
0
ファイル: Id.php プロジェクト: kreta/kreta
 public function equals(Id $id) : bool
 {
     return $this->id === $id->id();
 }