Click or drag to resize

BaseVirtualNode<TNodeID, TGraphID>.Equals Method

Overload List
  NameDescription
Public methodEquals(Object)
Checks this Node for equality against another Object.
(Overrides Object.Equals(Object).)
Public methodEquals(BaseVirtualNode<TNodeID, TGraphID>)
Checks this Node for equality against another Virtual Node.
Public methodEquals(IBlankNode)
Checks this Node for equality against another Blank Node.
Public methodEquals(IGraphLiteralNode)
Checks this Node for equality against another Graph Literal Node.
Public methodEquals(ILiteralNode)
Checks this Node for equality against another Literal Node.
Public methodEquals(INode)
Checks this Node for equality against another Node.
Public methodEquals(IUriNode)
Checks this Node for equality against another URI Node.
Public methodEquals(IVariableNode)
Checks this Node for equality against another Variable Node.
Public methodEquals(IVirtualNode<TNodeID, TGraphID>)
Checks this Node for equality against another Virtual Node.
Top
See Also