Example #1
0
File: Id.php Project: kreta/kreta
 public function equals(Id $id) : bool
 {
     return $this->id === $id->id();
 }