System.Net.URLClient.TCredentialsStorage.TCredentialComparer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCredentialComparer = class(TComparer<TCredential>)

C++

class PASCALIMPLEMENTATION TCredentialComparer : public System::Generics::Defaults::TComparer__1<TCredentialsStorage::TCredential>

Properties

Type Visibility Source Unit Parent
class public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TCredentialsStorage

Description

TComparer is a generic base for classes that implement the IComparer interface.

System.Net.URLClient.TCredentialsStorage.TCredentialComparer inherits from System.Generics.Defaults.TComparer. All content below this line refers to System.Generics.Defaults.TComparer.

TComparer is a generic base for classes that implement the IComparer interface.

TComparer is an abstract base class for IComparer implementations and a provider of default IComparer implementations.

Use TComparer as a base for custom comparer classes. The Compare method is abstract and must be implemented in descendant classes.

TComparer also provides the possibility to create a default comparer for a given data type.

See Also

Code Examples