Click or drag to resize

DynamicSubjectCollectionContains Method

Checks whether a statement exists with subject and given predicate and object.

Namespace:  VDS.RDF.Dynamic
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool Contains(
	INode subject
)

Parameters

subject
Type: VDS.RDFINode
The subject to check.

Return Value

Type: Boolean
Whether a statement exists with subject and given predicate and object.

Implements

ICollectionTContains(T)
See Also