hasSameValue(_:)

Check if this node is has the same content as another node. A node is considered the same if its name, attributes and content match the other node; particularly its position in the tree does not influence its similarity.

Node.swift:792
func hasSameValue(_ o: Node) throws -> Bool
<param>
<return>