Airship\Engine\Continuum\Installers\InstallFile::hashMatches PHP Method

hashMatches() public method

Does the given hash match the file?
public hashMatches ( string $hash ) : boolean
$hash string
return boolean
    public function hashMatches(string $hash) : bool
    {
        return \hash_equals($this->hash, $hash);
    }