Click or drag to resize

GraphLiteralNodeEquals Method

Overload List
  NameDescription
Public methodEquals(Object)
Implementation of the Equals method for Graph Literal Nodes. Graph Literals are considered Equal if their respective Subgraphs are equal.
(Inherited from BaseGraphLiteralNode.)
Public methodEquals(BaseGraphLiteralNode)
Determines whether this Node is equal to a Graph Literal Node.
(Inherited from BaseGraphLiteralNode.)
Public methodEquals(GraphLiteralNode)
Determines whether this Node is equal to a Graph Literal Node.
Public methodEquals(IBlankNode)
Determines whether this Node is equal to a Blank Node (should always be false).
(Inherited from BaseGraphLiteralNode.)
Public methodEquals(IGraphLiteralNode)
Determines whether this Node is equal to a Graph Literal Node.
(Inherited from BaseGraphLiteralNode.)
Public methodEquals(ILiteralNode)
Determines whether this Node is equal to a Literal Node (should always be false).
(Inherited from BaseGraphLiteralNode.)
Public methodEquals(INode)
Implementation of the Equals method for Graph Literal Nodes. Graph Literals are considered Equal if their respective Subgraphs are equal.
(Inherited from BaseGraphLiteralNode.)
Public methodEquals(IUriNode)
Determines whether this Node is equal to a URI Node (should always be false).
(Inherited from BaseGraphLiteralNode.)
Public methodEquals(IVariableNode)
Determines whether this Node is equal to a Variable Node (should always be false).
(Inherited from BaseGraphLiteralNode.)
Top
See Also