FastNodeComparerEquals 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
)
Public Function Equals (
x As INode,
y As INode
) As Boolean
Parameters
- x
- Type: VDS.RDFINode
The first object of type T to compare. - y
- Type: VDS.RDFINode
The second object of type T to compare.
Return Value
Type:
Boolean if the specified objects are equal; otherwise,
.
Implements
IEqualityComparerTEquals(T, T)See Also