FastNodeComparer.Equals Method (INode, INode) |
Determines whether the specified objects are equal.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic bool Equals(
INode x,
INode y
)
Public Function Equals (
x As INode,
y As INode
) As Boolean
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:
Booleantrue if the specified objects are equal; otherwise,
false.
Implements
IEqualityComparer<T>.Equals(T, T)
See Also