C# Class NMaier.SimpleDlna.Utilities.NaturalStringComparer

Inheritance: StringComparer
Afficher le fichier Open project: nmaier/simpleDLNA

Méthodes publiques

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

Private Methods

Méthode Description
HasPlatformSupport ( ) : bool
Split ( string str ) : BaseSortPart[]

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

NaturalStringComparer() public méthode

public NaturalStringComparer ( ) : System
Résultat System

NaturalStringComparer() public méthode

public NaturalStringComparer ( bool stemBase ) : System
stemBase bool
Résultat System