整理代码
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace ShrlAlgo.RvKits.RvIndependent.MetroGauges.LandXMLData.Interfaces
|
||||
{
|
||||
public interface IComparableStructure<T>
|
||||
{
|
||||
bool DifferentDescendants(T item);
|
||||
|
||||
bool DifferentItem(T item);
|
||||
bool Equals(T item);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user