Click or drag to resize
AlgorithmsGetLexicographicalComparer Method
Overload List
  NameDescription
Public methodStatic memberGetLexicographicalComparerT
Creates an IComparer instance that can be used for comparing ordered sequences of type T; that is IEnumerable<Tgt;. This comparer can be used for collections or algorithms that use sequences of T as an item type. The Lexicographical ordered of sequences is for comparison.
Public methodStatic memberGetLexicographicalComparerT(IComparerT)
Creates an IComparer instance that can be used for comparing ordered sequences of type T; that is IEnumerable<Tgt;. This comparer can be uses for collections or algorithms that use sequences of T as an item type. The Lexicographics ordered of sequences is for comparison.
Public methodStatic memberGetLexicographicalComparerT(ComparisonT)
Creates an IComparer instance that can be used for comparing ordered sequences of type T; that is IEnumerable<Tgt;. This comparer can be uses for collections or algorithms that use sequences of T as an item type. The Lexicographics ordered of sequences is for comparison.
Top
See Also