File: system\collections\istructuralcomparable.cs
Project: ndp\clr\src\bcl\mscorlib.csproj (mscorlib)
using System;
 
namespace System.Collections {
 
    public interface IStructuralComparable {
        Int32 CompareTo(Object other, IComparer comparer);
    }
}