Airship\Engine\Continuum\Installers\InstallFile::hashMatches PHP 메소드

hashMatches() 공개 메소드

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