[<Obsolete
("This function is no longer supported. Consider creating an explicit implementation of IComparer using an object expression")>]
val ViaIComparable<'key> : IComparer<'key> | Note: This function is no longer supported. Consider creating an explicit implementation of IComparer using an object expression
Compare using any implementation of System.IComparable interfaces. This differs from structural comparison
because arrays are not compared structurally, and many optimizations are not applied.
|