Click or drag to resize

SetEquals Method (Set)

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
)

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