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
ListComparer
C# Class ListComparer, code
Inheritance:
IEqualityComparer
Mostra file
Open project: shendongnian/code
Class Usage Examples
Public Methods
Method
Description
Equals
(
List,
a
,
List,
b
) :
bool
GetHashCode
(
List,
a
) :
int
Method Details
Equals()
public
method
public
Equals
(
List,
a
,
List,
b
) :
bool
a
List,
b
List,
return
bool
GetHashCode()
public
method
public
GetHashCode
(
List,
a
) :
int
a
List,
return
int