Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
System
Globalization
CultureAwareComparer
C# Class System.Globalization.CultureAwareComparer
Inheritance:
StringComparer
Mostra file
Open project: dotnet/corefx
Class Usage Examples
Public Methods
Method
Description
Compare
(
string
x
,
string
y
) :
int
Equals
(
object
obj
) :
bool
Equals
(
string
x
,
string
y
) :
bool
GetHashCode
( ) :
int
GetHashCode
(
string
obj
) :
int
Private Methods
Method
Description
CultureAwareComparer
(
CompareInfo
compareInfo
,
CompareOptions
options
) :
System
Method Details
Compare()
public
method
public
Compare
(
string
x
,
string
y
) :
int
x
string
y
string
return
int
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
Equals()
public
method
public
Equals
(
string
x
,
string
y
) :
bool
x
string
y
string
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
GetHashCode()
public
method
public
GetHashCode
(
string
obj
) :
int
obj
string
return
int