EqualityComparer<T> Methods
.NET Framework (current version)
Namespace:
System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(T, T) | When overridden in a derived class, determines whether two objects of type T are equal. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetHashCode(T) | When overridden in a derived class, serves as a hash function for the specified object for hashing algorithms and data structures, such as a hash table. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEqualityComparer.Equals(Object, Object) | Determines whether the specified objects are equal. |
![]() ![]() | IEqualityComparer.GetHashCode(Object) | Returns a hash code for the specified object. |
Show:



