mscorlib(4.0.0.0) API with additions
IEquatable.cs
1
namespace
System
2
{
5
[__DynamicallyInvokable]
6
public
interface
IEquatable
<
T
>
7
{
12
[__DynamicallyInvokable]
13
bool
Equals
(
T
other);
14
}
15
}
System
Definition:
__Canon.cs:3
System.ConsoleKey.T
The T key.
System.IEquatable.Equals
bool Equals(T other)
Indicates whether the current object is equal to another object of the same type.
System.IEquatable
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition:
IEquatable.cs:6
All cs
System
IEquatable.cs
Generated by
1.8.15