Esempio n. 1
0
 /**
  * {@inheritDoc}
  */
 public function equals(CurrencyInterface $currency)
 {
     return $this->toArray() == $currency->toArray();
 }