C# Class System.CultureAwareComparer

Inheritance: StringComparer
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Méthode Description
Compare ( string x, string y ) : int
Equals ( object obj ) : bool
Equals ( string x, string y ) : bool
GetHashCode ( ) : int
GetHashCode ( string obj ) : int

Private Methods

Méthode Description
CultureAwareComparer ( CultureInfo culture, bool ignoreCase ) : System.Globalization

Method Details

Compare() public méthode

public Compare ( string x, string y ) : int
x string
y string
Résultat int

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Equals() public méthode

public Equals ( string x, string y ) : bool
x string
y string
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetHashCode() public méthode

public GetHashCode ( string obj ) : int
obj string
Résultat int