TStringComparer Class

Represents type TStringComparer.

Namespace: Spring.Collections
TCustomComparer
  Spring.Collections.TStringComparer
type
 TStringComparer = class(TCustomComparer<string>)
 end;

The TStringComparer type exposes the following members.

Show:
 NameDescription
Create(TLocaleOptions,Boolean)

Initializes a new instance of the TStringComparer class.

Create@

Represents the static constructor of the TStringComparer class.

Destroy@

Represents the static destructor of the TStringComparer class.

Top
Show:
 NameDescription
Compare(string,string)

Represents method Compare(string,string).

Equals(string,string)

Represents method Equals(string,string).

GetHashCode(string)

Represents method GetHashCode(string).

Ordinal

Represents method Ordinal.

OrdinalIgnoreCase

Represents method OrdinalIgnoreCase.

Top
Show:
 NameDescription
fIgnoreCase

Represents field fIgnoreCase.

fLocaleOptions

Represents field fLocaleOptions.

fOrdinal

Represents field fOrdinal.

fOrdinalIgnoreCase

Represents field fOrdinalIgnoreCase.

Top