mscorlib(4.0.0.0) API with additions
IEqualityComparer.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Collections
4
{
6
[ComVisible(
true
)]
7
[__DynamicallyInvokable]
8
public
interface
IEqualityComparer
9
{
17
[__DynamicallyInvokable]
18
new
bool
Equals
(
object
x,
object
y);
19
24
[__DynamicallyInvokable]
25
int
GetHashCode
(
object
obj);
26
}
27
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Collections.IEqualityComparer.Equals
new bool Equals(object x, object y)
Determines whether the specified objects are equal.
System.Collections.IEqualityComparer
Defines methods to support the comparison of objects for equality.
Definition:
IEqualityComparer.cs:8
System.Collections.IEqualityComparer.GetHashCode
int GetHashCode(object obj)
Returns a hash code for the specified object.
System.Collections
Definition:
ArrayList.cs:7
All cs
System.Collections
IEqualityComparer.cs
Generated by
1.8.15