Click or drag to resize

DynamicGraphContains Method (INode, Object)

Checks whether statements exist equivalent to the parameters.

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

Parameters

subject
Type: VDS.RDFINode
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.
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen predicateAndObjects is a dictionary with keys other than INode, Uri or String.
See Also