Click or drag to resize

BaseMultisetIsDisjointWith Method

Determines whether the Mutliset is disjoint with the given Multiset.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract bool IsDisjointWith(
	BaseMultiset other
)

Parameters

other
Type: VDS.RDF.Query.AlgebraBaseMultiset
Multiset.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.BaseMultiset.IsDisjointWith(VDS.RDF.Query.Algebra.BaseMultiset)"]

See Also