Ejemplo n.º 1
0
 public bool IsEqual(DynamicXml other)
 {
     return(_inner.IsEqual(new Umbraco.Core.Dynamics.DynamicXml(other.BaseElement)));
 }