ConfigurationKeyComparer Classe
Definizione
Implementazione di IComparer usata per ordinare le chiavi di configurazione.IComparer implementation used to order configuration keys.
public ref class ConfigurationKeyComparer : System::Collections::Generic::IComparer<System::String ^>
public class ConfigurationKeyComparer : System.Collections.Generic.IComparer<string>
type ConfigurationKeyComparer = class
interface IComparer<string>
Public Class ConfigurationKeyComparer
Implements IComparer(Of String)
- Ereditarietà
-
ConfigurationKeyComparer
- Implementazioni
Costruttori
ConfigurationKeyComparer() |
Proprietà
Instance |
Istanza predefinita.The default instance. |
Metodi
Compare(String, String) |
Confronta due stringhe.Compares two strings. |
Equals(Object) |
Determina se l'oggetto specificato è uguale all'oggetto corrente.Determines whether the specified object is equal to the current object. (Ereditato da Object) |
GetHashCode() |
Funge da funzione hash predefinita.Serves as the default hash function. (Ereditato da Object) |
GetType() |
Ottiene l'oggetto Type dell'istanza corrente.Gets the Type of the current instance. (Ereditato da Object) |
MemberwiseClone() |
Crea una copia superficiale dell'oggetto Object corrente.Creates a shallow copy of the current Object. (Ereditato da Object) |
ToString() |
Restituisce una stringa che rappresenta l'oggetto corrente.Returns a string that represents the current object. (Ereditato da Object) |