CakeGraph.

Exist(string) Method

Summary

Gets whether or not a node exists in the graph.
Namespace
Cake.Core.Graph
Containing Type
CakeGraph

Syntax

public bool Exist(string name)

Parameters

Name Type Description
name string The name of the node.

Return Value

Type Description
bool Whether or not the node exists in the graph.