CommerceGuys\Zone\Model\ZoneMemberInterface::match PHP Method

match() public method

Checks whether the provided address belongs to the zone member.
public match ( CommerceGuys\Addressing\AddressInterface $address ) : boolean
$address CommerceGuys\Addressing\AddressInterface The address.
return boolean True if the provided address belongs to the zone member, false otherwise.
    public function match(AddressInterface $address);