public bool DoCompare() { return(hiveA.Init() && hiveB.Init() && InnerCompare(hiveA.root, hiveB.root, @"\", ref _output)); }