NullMultisetIsDisjointWith Method |
Returns true since the Null Multiset is disjoint with all Multisets.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public 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.NullMultiset.IsDisjointWith(VDS.RDF.Query.Algebra.BaseMultiset)"]
See Also