Click or drag to resize

BaseSetEquals Method (Object)

Gets whether the Set is equal to another object.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override sealed bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to compare with.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.BaseSet.Equals(System.Object)"]

See Also