Click or drag to resize

BaseUriNodeEquals Method (Object)

Implementation of Equality for Uri Nodes.

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

Parameters

obj
Type: SystemObject
Object to compare with.

Return Value

Type: Boolean

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

Remarks
URI Nodes are considered equal if the string form of their URIs match using Ordinal string comparison.
See Also