Click or drag to resize

DynamicObjectCollection<T>.Contains 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

ICollection<T>.Contains(T)
See Also