namespace Sai.Toolkit.Core.LandXMLData { public interface IComparableStructure { bool DifferentDescendants(T item); bool DifferentItem(T item); bool Equals(T item); } }