Click or drag to resize

DynamicGraphContains Method (Uri, Object)

Checks whether statements exist equivalent to the parameters.

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

Parameters

subject
Type: SystemUri
The subject to check.
predicateAndObjects
Type: SystemObject
An object with public properties or a dictionary representing predicates and objects to check.

Return Value

Type: Boolean
Whether statements exist equivalent to the parameters.
See Also