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 }
Definition: __Canon.cs:3
bool Equals(T other)
Indicates whether the current object is equal to another object of the same type.
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition: IEquatable.cs:6