Gets whether the Set is equal to another set.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool Equals(
Set other
)
Public Function Equals (
other As Set
) As Boolean
Parameters
- other
- Type: VDS.RDF.Query.AlgebraSet
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
IEquatableTEquals(T)See Also