Comparable public sealed class Comparable Provides access to extension methods operating on IComparable objects. Documentation public static bool Between<T>(T source, T lower, T upper) where T : IComparable Indicates if an object is between two others in sort order, inclusive.