Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Packman
PackageNameComparer
C# Class Packman.PackageNameComparer
Inheritance:
StringComparer
Datei anzeigen
Open project: madskristensen/Packman
Class Usage Examples
Public Methods
Method
Description
Compare
(
string
x
,
string
y
) :
int
Equals
(
string
x
,
string
y
) :
bool
GetHashCode
(
string
obj
) :
int
Method Details
Compare()
public
method
public
Compare
(
string
x
,
string
y
) :
int
x
string
y
string
return
int
Equals()
public
method
public
Equals
(
string
x
,
string
y
) :
bool
x
string
y
string
return
bool
GetHashCode()
public
method
public
GetHashCode
(
string
obj
) :
int
obj
string
return
int