Click or drag to resize

DynamicSubjectCollectionTContains Method (T)

Checks whether a statement exists with subject and given predicate and object.

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

Parameters

subject
Type: T
The subject to check.

Return Value

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

Implements

ICollectionTContains(T)
See Also