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);
    }