Click or drag to resize

VariableNodeEquals Method

Overload List
  NameDescription
Public methodEquals(Object)
Gets whether this Node is equal to some Object.
(Inherited from BaseVariableNode.)
Public methodEquals(BaseVariableNode)
Determines whether this Node is equal to a Variable Node.
(Inherited from BaseVariableNode.)
Public methodEquals(IBlankNode)
Determines whether this Node is equal to a Blank Node (should always be false).
(Inherited from BaseVariableNode.)
Public methodEquals(IGraphLiteralNode)
Determines whether this Node is equal to a Graph Literal Node (should always be false).
(Inherited from BaseVariableNode.)
Public methodEquals(ILiteralNode)
Determines whether this Node is equal to a Literal Node (should always be false).
(Inherited from BaseVariableNode.)
Public methodEquals(INode)
Gets whether this Node is equal to some other Node.
(Inherited from BaseVariableNode.)
Public methodEquals(IUriNode)
Determines whether this Node is equal to a URI Node (should always be false).
(Inherited from BaseVariableNode.)
Public methodEquals(IVariableNode)
Determines whether this Node is equal to a Variable Node.
(Inherited from BaseVariableNode.)
Public methodEquals(VariableNode)
Determines whether this Node is equal to a Variable Node.
Top
See Also