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
)
Public MustOverride Function IsDisjointWith (
other As BaseMultiset
) As Boolean
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