Click or drag to resize

SignalPropagationGraphContainsLinkOrNode Method

Searches the graph for the given link or node and returns true if the object exists in the graph.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual bool ContainsLinkOrNode(
	IServiceProvider linkOrNode
)

Parameters

linkOrNode
Type: SystemIServiceProvider
The link or node object to search for.

Return Value

Type: Boolean
True if the given object exists in the graph.
See Also