DelphiBasics
  Home  |  Delphi .net Home  |  System.Collections NameSpace
 .NET Framework
 Namespace References

 System
 System.Collections
 
  ArrayList  Class 
  BitArray  Class 
  CaseInsensitiveComparer  Class 
  Comparer  Class 
  DictionaryEntry  Structure 
  HashTable  Class 
  ICollection  Interface 
  IComparer  Interface 
  IDictionary  Interface 
  IDictionaryEnumerator  Interface 
  IEnumerator  Interface 
  IList  Interface 
  Queue  Class 
  SortedList  Class 
  Stack  Class 
 System.Globalization
 System.IO

 Articles and Tutorials

 Overview of .NET
 Delphi and .NET
 Winform Applications
 ASP .Net Applications
 php Web Services
 Framework Collections
 Framework String Handling
 Framework Files and Folders


 
 
  System.Collections.IComparer Interface
 
 Description
Processes such as sorting require comparison of elements in order to put them in order. The IComparer interface degines how a class should behave when performing the comparison process.
 
The IComparer interface provides just the Compare method that must be implemented.
 
Classes that implement IComparer include :
 
Comparer The default, Case-sensitive comparer
CaseInsensitiveComparer Case-insensitive comparer

 Delphi Basics links
 
System.Array
System.Array
System.Collections.ArrayList
System.Collections.ArrayList

 Microsoft MSDN links
 
System.Collections
System.Collections.icomparer
 
Delphi Programming © Neil Moffatt . All rights reserved.  |  Home Page