System.Generics.Defaults.TIStringComparer
Delphi
TIStringComparer = class(TCustomComparer<string>)
C++
class PASCALIMPLEMENTATION TIStringComparer : public TCustomComparer__1<System::UnicodeString>
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | System.Generics.Defaults.pas System.Generics.Defaults.hpp  | 
        System.Generics.Defaults | System.Generics.Defaults | 
Description
Represents a generic string comparer.
Use the Ordinal method to get a TStringComparer object that performs a case-sensitive string comparison.