Equal reports whether the two trees are structurally identical. Nested textRecord.Diff and textRecord.Comment fields are compared.
(textNode)
| 69 | // Equal reports whether the two trees are structurally identical. |
| 70 | // Nested textRecord.Diff and textRecord.Comment fields are compared. |
| 71 | Equal(textNode) bool |
| 72 | // String returns the string representation of the text tree. |
| 73 | // It is not guaranteed that len(x.String()) == x.Len(), |
| 74 | // nor that x.String() == y.String() implies that x.Equal(y). |
no outgoing calls