Click or drag to resize

DynamicObjectCollectionTContains Method (T)

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(
	T object
)

Parameters

object
Type: T
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