C# Class System.Globalization.SortKey

Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
Compare ( SortKey sortkey1, SortKey sortkey2 ) : int
Equals ( object value ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Private Methods

Méthode Description
SortKey ( )
SortKey ( int lcid, string source, CompareOptions options )

Method Details

Compare() public static méthode

public static Compare ( SortKey sortkey1, SortKey sortkey2 ) : int
sortkey1 SortKey
sortkey2 SortKey
Résultat int

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string