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
Wrox
ProCSharp
Arrays
TupleComparer
C# Class Wrox.ProCSharp.Arrays.TupleComparer
Inheritance:
IEqualityComparer
Mostra file
Open project: ProfessionalCSharp/ProfessionalCSharp6
Class Usage Examples
Public Methods
Method
Description
Equals
(
object
x
,
object
y
) :
bool
GetHashCode
(
object
obj
) :
int
Method Details
Equals()
public
method
public
Equals
(
object
x
,
object
y
) :
bool
x
object
y
object
return
bool
GetHashCode()
public
method
public
GetHashCode
(
object
obj
) :
int
obj
object
return
int