BaseSet.Equals Method (ISet) |
Gets whether the Set is equal to another set.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic bool Equals(
ISet other
)
Public Function Equals (
other As ISet
) As Boolean
Parameters
- other
- Type: VDS.RDF.Query.Algebra.ISet
Set to compare with.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.BaseSet.Equals(VDS.RDF.Query.Algebra.ISet)"]
Implements
IEquatable<T>.Equals(T)
See Also