public bool IsEqual(DynamicXml other) { return(_inner.IsEqual(new Umbraco.Core.Dynamics.DynamicXml(other.BaseElement))); }