The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IStructuralEquatable::GetHashCode Method (IEqualityComparer^)
.NET Framework (current version)
Returns a hash code for the current instance.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- comparer
-
Type:
System.Collections::IEqualityComparer^
An object that computes the hash code of the current object.
Implement this method to return customized hash codes for collection objects that correspond to the customized comparison for structural equality provided by the Equals method.
Notes to Implementers:
If the Equals method returns true for two objects, the values returned by the GetHashCode method for the two objects must also be equal.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: