BaseVirtualNode<TNodeID, TGraphID>.Equals Method (Object) |
Checks this Node for equality against another Object.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic override sealed bool Equals(
Object obj
)
Public Overrides NotOverridable Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: System.Object
Other Object.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Storage.Virtualisation.BaseVirtualNode`2.Equals(System.Object)"]
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