-
Notifications
You must be signed in to change notification settings - Fork 35
Methods_T_CodeJam_Collections_KeyEqualityComparer_2
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
The KeyEqualityComparer(T, TKey) generic type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Equals(T, T) | Determines whether the specified objects are equal. |
![]() |
GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetHashCode(T) | Returns a hash code for the specified object. |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
KeyEqualityComparer(T, TKey) Class
CodeJam.Collections Namespace