Click or drag to resize

DynamicObjectCollectionContains Method

Checks whether a statement exists equivalent to given subject and predicate and object.

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

Parameters

object
Type: SystemObject
The object to assert.

Return Value

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

Implements

ICollectionTContains(T)
See Also