mscorlib(4.0.0.0) API with additions
IEqualityComparer.cs
1
namespace
System.Collections.Generic
2
{
5
[__DynamicallyInvokable]
6
public
interface
IEqualityComparer
<in
T
>
7
{
13
[__DynamicallyInvokable]
14
bool
Equals
(
T
x,
T
y);
15
20
[__DynamicallyInvokable]
21
int
GetHashCode
(
T
obj);
22
}
23
}
System.Collections.Generic.IEqualityComparer
Defines methods to support the comparison of objects for equality.
Definition:
IEqualityComparer.cs:6
System.Collections.Generic
Definition:
ArrayBuilder.cs:1
System.ConsoleKey.T
The T key.
System.Collections.Generic.IEqualityComparer.Equals
bool Equals(T x, T y)
Determines whether the specified objects are equal.
System.Collections.Generic.IEqualityComparer.GetHashCode
int GetHashCode(T obj)
Returns a hash code for the specified object.
All cs
System.Collections.Generic
IEqualityComparer.cs
Generated by
1.8.15