#if NET20 || NET30 || NET35 || !NET_4_6 namespace System.Collections { public interface IStructuralComparable { int CompareTo(object other, IComparer comparer); } } #endif