hasEquivalentContent abstract method

bool hasEquivalentContent(
  1. Document other
)

Returns true if the content in the other document is equivalent to the content in this document, ignoring any details that are unrelated to content, such as individual node IDs.

To compare Document equality, use the standard == operator.

Implementation

bool hasEquivalentContent(Document other);