BaseGraphLiteralNodeEquals Method (Object) |
Implementation of the Equals method for Graph Literal Nodes. Graph Literals are considered Equal if their respective Subgraphs are equal.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
Object to compare the Node with.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.BaseGraphLiteralNode.Equals(System.Object)"]
See Also