dotNetRDF API Documentation

GraphLiteralNode.Equals(GraphLiteralNode) Method

Determines whether this Node is equal to a Graph Literal Node

public bool Equals(
   GraphLiteralNode other
);

Parameters

other
Graph Literal Node

Return Value

Implements

IEquatable<GraphLiteralNode>.Equals

See Also

GraphLiteralNode Class | VDS.RDF Namespace | GraphLiteralNode.Equals Overload List