Example #1
0
 /**
  * {@inheritdoc}
  */
 public function equals(CurrencyInterface $currency)
 {
     return $this->getCode() == $currency->getCode();
 }