Platformsh\Cli\Command\Tunnel\TunnelCommandBase::tunnelsAreEqual PHP Method

tunnelsAreEqual() protected method

protected tunnelsAreEqual ( array $tunnel1, array $tunnel2 ) : boolean
$tunnel1 array
$tunnel2 array
return boolean
    protected function tunnelsAreEqual(array $tunnel1, array $tunnel2)
    {
        return $this->getTunnelKey($tunnel1) === $this->getTunnelKey($tunnel2);
    }