System.Collections.IStructuralComparable public interface IStructuralComparable Documentation Code namespace System.Collections { public interface IStructuralComparable { int CompareTo(object other, IComparer comparer); } }