LinkGraph.Contains Method |
Determines whether the given link is in the graph.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool Contains(
IServiceProvider link
)
Public Function Contains (
link As IServiceProvider
) As Boolean
public:
bool Contains(
IServiceProvider^ link
)
member Contains :
link : IServiceProvider -> bool
Parameters
- link
- Type: System.IServiceProvider
The link to locate in the graph.
Return Value
Type:
Booleantrue if the link is in the graph; otherwise
false.
See Also