C# Class System.Net.CaseInsensitiveAscii

Inheritance: IEqualityComparer, IComparer
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
Compare ( object firstObject, object secondObject ) : int
Equals ( object firstObject, object secondObject ) : bool
GetHashCode ( object myObject ) : int

Private Methods

Méthode Description
FastGetHashCode ( string myString ) : int

Method Details

Compare() public méthode

public Compare ( object firstObject, object secondObject ) : int
firstObject object
secondObject object
Résultat int

Equals() public méthode

public Equals ( object firstObject, object secondObject ) : bool
firstObject object
secondObject object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( object myObject ) : int
myObject object
Résultat int