XmlNode.isEquivalent

bool isEquivalent(const XmlNode other) const @safe

Performs a deep logical comparison of two nodes.

Parameters

otherThe node to compare with.

Returns

true if both nodes and their subtrees are logically equivalent.