Click or drag to resize

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
)

Parameters

n
Type: VDS.RDFINode
The Node to test upon.

Return Value

Type: Boolean
True if the Triple contains the given Node.
See Also