Node.opEquals

  1. bool opEquals(Object other)
  2. bool opEquals(Node otherNode)
    class Node
    const
    bool
    opEquals
    ()

Return Value

Type: bool

True if both nodes are the same node.

Meta