Triple.Involves Method (INode) |
Checks whether the Triple involves a given Node.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic bool Involves(
INode n
)
Public Function Involves (
n As INode
) As Boolean
Parameters
- n
- Type: VDS.RDF.INode
The Node to test upon.
Return Value
Type:
BooleanTrue if the Triple contains the given Node.
See Also