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.2.419.0 (24.2.419.0)
Syntax public virtual bool ContainsLinkOrNode(
IServiceProvider linkOrNode
)
Public Overridable Function ContainsLinkOrNode (
linkOrNode As IServiceProvider
) As Boolean
public:
virtual bool ContainsLinkOrNode(
IServiceProvider^ linkOrNode
)
abstract ContainsLinkOrNode :
linkOrNode : IServiceProvider -> bool
override ContainsLinkOrNode :
linkOrNode : IServiceProvider -> bool
Parameters
- linkOrNode
- Type: SystemIServiceProvider
The link or node object to search for.
Return Value
Type:
BooleanTrue if the given object exists in the graph.
See Also