MultisetIsDisjointWith Method  | 
 
            Determines whether this Multiset is disjoint with another Multiset.
            
 
    Namespace: 
   VDS.RDF.Query.Algebra
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic override bool IsDisjointWith(
	BaseMultiset other
)
Public Overrides Function IsDisjointWith ( 
	other As BaseMultiset
) As Boolean
Parameters
- other
 - Type: VDS.RDF.Query.AlgebraBaseMultiset
Other Multiset. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.Multiset.IsDisjointWith(VDS.RDF.Query.Algebra.BaseMultiset)"]
See Also