Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
System
CultureAwareComparer
C# Class System.CultureAwareComparer
Inheritance:
StringComparer
Mostrar archivo
Open project: randomize/VimConfig
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
(
CultureInfo
culture
,
bool
ignoreCase
) :
System.Globalization
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