namespace ShrlAlgo.RvKits.RvIndependent.MetroGauges.LandXMLData.Interfaces { public interface IComparableStructure { bool DifferentDescendants(T item); bool DifferentItem(T item); bool Equals(T item); } }