Click or drag to resize

BaseSet.Equals Method (ISet)

Gets whether the Set is equal to another set.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool Equals(
	ISet other
)

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