Click or drag to resize

BlankNodeEquals Method

Overload List
  NameDescription
Public methodEquals(Object)
Implementation of Equals for Blank Nodes.
(Inherited from BaseBlankNode.)
Public methodEquals(BaseBlankNode)
Determines whether this Node is equal to a Blank Node.
(Inherited from BaseBlankNode.)
Public methodEquals(BlankNode)
Determines whether this Node is equal to a Blank Node.
Public methodEquals(IBlankNode)
Determines whether this Node is equal to another.
(Inherited from BaseBlankNode.)
Public methodEquals(IGraphLiteralNode)
Determines whether this Node is equal to a Graph Literal Node (should always be false).
(Inherited from BaseBlankNode.)
Public methodEquals(ILiteralNode)
Determines whether this Node is equal to a Literal Node (should always be false).
(Inherited from BaseBlankNode.)
Public methodEquals(INode)
Implementation of Equals for Blank Nodes.
(Inherited from BaseBlankNode.)
Public methodEquals(IUriNode)
Determines whether this Node is equal to a URI Node (should always be false).
(Inherited from BaseBlankNode.)
Public methodEquals(IVariableNode)
Determines whether this Node is equal to a Variable Node (should always be false).
(Inherited from BaseBlankNode.)
Top
See Also