コード例 #1
0
ファイル: Currency.php プロジェクト: coolms/money
 /**
  * {@inheritDoc}
  */
 public function equals(CurrencyInterface $currency)
 {
     return $this->toArray() == $currency->toArray();
 }