Click or drag to resize

PartitionedMultisetIsDisjointWith Method

Determines whether this Multiset is disjoint with another Multiset.

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

Parameters

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

Return Value

Type: Boolean

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

See Also