Пример #1
0
 public bool IsNotEqual(DynamicXml other)
 {
     return(_inner.IsNotEqual(new Umbraco.Core.Dynamics.DynamicXml(other.BaseElement)));
 }