C# Class Packman.PackageNameComparer

Inheritance: StringComparer
Afficher le fichier Open project: madskristensen/Packman Class Usage Examples

Méthodes publiques

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

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 ( string x, string y ) : bool
x string
y string
Résultat bool

GetHashCode() public méthode

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