Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
System
Collections
Specialized
CompatibleComparer
C# Class System.Collections.Specialized.CompatibleComparer
Inheritance:
IEqualityComparer
ファイルを表示
Open project: gbarnett/shared-source-cli-2.0
Class Usage Examples
Public Methods
Method
Description
Equals
(
Object
a
,
Object
b
) :
bool
GetHashCode
(
Object
obj
) :
int
Private Methods
Method
Description
CompatibleComparer
(
IComparer
comparer
,
IHashCodeProvider
hashCodeProvider
) :
Microsoft.Win32
Method Details
Equals()
public
method
public
Equals
(
Object
a
,
Object
b
) :
bool
a
Object
b
Object
return
bool
GetHashCode()
public
method
public
GetHashCode
(
Object
obj
) :
int
obj
Object
return
int