BaseVirtualUriNode<TNodeID, TGraphID>.Equals Method (IUriNode) |
Checks this Node for equality against another URI Node.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic override bool Equals(
IUriNode other
)
Public Overrides Function Equals (
other As IUriNode
) As Boolean
Parameters
- other
- Type: VDS.RDF.IUriNode
Other URI Node.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Storage.Virtualisation.BaseVirtualUriNode`2.Equals(VDS.RDF.IUriNode)"]
Implements
IEquatable<T>.Equals(T)IEquatable<T>.Equals(T)
Remarks
Unless Virtual Equality (equality based on the Virtual RDF Provider and Virtual ID) can be determined or the Nodes are of different types then the Nodes value will have to be materialised in order to perform the equality check.
See Also