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