Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function isEqualTo(ValueObject $object) : bool
 {
     return $object instanceof Price && $object->getAmount() === $this->amount && $object->getCurrency() === $this->currency;
 }