xarray.DataTree.identical# DataTree.identical(other)[source]# Like equals, but also checks attributes on all datasets, variables and coordinates, and requires that any inherited coordinates at the tree root are also inherited on the other tree. Parameters other (DataTree) – The other tree object to compare to. See also Dataset.identical, DataTree.isomorphic, DataTree.equals