C# Class System.Net.CaseInsensitiveAscii

Inheritance: IEqualityComparer, IComparer
Datei anzeigen Open project: dotnet/corefx

Public Methods

Method Description
Compare ( object firstObject, object secondObject ) : int
Equals ( object firstObject, object secondObject ) : bool
GetHashCode ( object myObject ) : int

Private Methods

Method Description
FastGetHashCode ( string myString ) : int

Method Details

Compare() public method

public Compare ( object firstObject, object secondObject ) : int
firstObject object
secondObject object
return int

Equals() public method

public Equals ( object firstObject, object secondObject ) : bool
firstObject object
secondObject object
return bool

GetHashCode() public method

public GetHashCode ( object myObject ) : int
myObject object
return int