master
DeepEqual
func DeepEqual(left, right Node) bool { if IsNil(left) { return false }
package gedcom