Click or drag to resize

LinkGraphContains Method

Determines whether the given link is in the graph.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool Contains(
	IServiceProvider link
)

Parameters

link
Type: SystemIServiceProvider
The link to locate in the graph.

Return Value

Type: Boolean
if the link is in the graph; otherwise .
See Also