Click or drag to resize

PotentialPathEquals Method

Checks whether the other object is an equivalent potential path.

Namespace:  VDS.RDF.Query.Paths
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.Query.Paths.PotentialPath.Equals(System.Object)"]

See Also