xarray.DataTree.equals# DataTree.equals(other)[source]# Two DataTrees are equal if they have isomorphic node structures, with matching node names, and if they have matching variables and coordinates, all of which are equal. Parameters: other (DataTree) – The other tree object to compare to. See also Dataset.equals, DataTree.isomorphic, DataTree.identical