Topological sort using dfs()

in the given video , in the line no. 61
why we are using (!visited)
Can we use (visited[node]!=true)