The local ID is used instead of == to seek the node.
	# Remove the specified node.
	#
	# The local ID is used instead of `==` to seek the node.
	fun remove_node(node: NeoNode) do
		remove_at(id_of(node))
	end
					lib/neo4j/graph/graph.nit:125,2--130,4