Click or drag to resize

DynamicSubjectCollection.Contains 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.RDF.INode
The subject to check.

Return Value

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

Implements

ICollection<T>.Contains(T)
See Also