Click or drag to resize

BaseGraphEquals Method (Object)

Determines whether a Graph is equal to another Object.

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

Parameters

obj
Type: SystemObject
Object to test.

Return Value

Type: Boolean

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

Remarks

A Graph can only be equal to another Object which is an IGraph.

Graph Equality is determined by a somewhat complex algorithm which is explained in the remarks of the other overload for Equals.

See Also