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