示例#1
0
文件: Id.php 项目: kreta/kreta
 public function equals(Id $id) : bool
 {
     return $this->id === $id->id();
 }