Click or drag to resize

BaseUriNodeEquals Method (BaseUriNode)

Determines whether this Node is equal to a URI Node.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool Equals(
	BaseUriNode other
)

Parameters

other
Type: VDS.RDFBaseUriNode
URI Node.

Return Value

Type: Boolean

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

Implements

IEquatableTEquals(T)
See Also