public bool VerifyEqualTo(XmlFile otherXmlFile) { return(XmlUtils.DeepEqualsWithNormalization(new XDocument(Document), new XDocument(otherXmlFile.Document), null)); }
public void LoadFile() { File = XmlFile.LoadXml(FilePath); }
internal OneVersionUpgrader(UpgradePlan upgradePlan, XmlFile xmlFile) { this.upgradePlan = upgradePlan; this.xmlFile = xmlFile; }