Skip to content

Methods_T_CodeJam_Collections_KeyEqualityComparer_2

Andrew Koryavchenko edited this page Jul 4, 2017 · 3 revisions

KeyEqualityComparer(T, TKey) Methods

The KeyEqualityComparer(T, TKey) generic type exposes the following members.

Methods

 

Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method Equals(T, T) Determines whether the specified objects are equal.
Public method GetHashCode() Serves as the default hash function. (Inherited from Object.)
Public method GetHashCode(T) Returns a hash code for the specified object.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

KeyEqualityComparer(T, TKey) Class
CodeJam.Collections Namespace

Clone this wiki locally