Dumplie\SharedKernel\Domain\Money\Price::hasSameCurrency PHP Method

hasSameCurrency() public method

public hasSameCurrency ( Price $price ) : boolean
$price Price
return boolean
    public function hasSameCurrency(Price $price) : bool
    {
        return $price->currency() === $this->currency();
    }