C# Class System.Globalization.SortKey

Mostra file Open project: kumpera/mono Class Usage Examples

Public Methods

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

Private Methods

Method Description
SortKey ( )
SortKey ( int lcid, string source, CompareOptions options )

Method Details

Compare() public static method

public static Compare ( SortKey sortkey1, SortKey sortkey2 ) : int
sortkey1 SortKey
sortkey2 SortKey
return int

Equals() public method

public Equals ( object value ) : bool
value object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string