Click or drag to resize

DynamicNodeContains Method (Uri, Object)

Checks whether statements exist with this subject, predicate equivalent to predicate and objects equivalent to objects.

Namespace:  VDS.RDF.Dynamic
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool Contains(
	Uri predicate,
	Object objects
)

Parameters

predicate
Type: SystemUri
The predicate to assert.
objects
Type: SystemObject
An object or enumerable representing objects to assert.

Return Value

Type: Boolean
Whether statements exist with this subject, predicate equivalent to predicate and objects equivalent to objects.
See Also