Click or drag to resize

FastNodeComparer.Equals Method (INode, INode)

Determines whether the specified objects are equal.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool Equals(
	INode x,
	INode y
)

Parameters

x
Type: VDS.RDF.INode
The first object of type T to compare.
y
Type: VDS.RDF.INode
The second object of type T to compare.

Return Value

Type: Boolean
true if the specified objects are equal; otherwise, false.

Implements

IEqualityComparer<T>.Equals(T, T)
See Also