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.
Array::IStructuralEquatable::GetHashCode Method (IEqualityComparer^)
.NET Framework (current version)
Returns a hash code for the current instance.
Assembly: mscorlib (in mscorlib.dll)
private: virtual int GetHashCode( IEqualityComparer^ comparer ) sealed = IStructuralEquatable::GetHashCode
Parameters
- comparer
-
Type:
System.Collections::IEqualityComparer^
An object that computes the hash code of the current object.
This member is an explicit interface member implementation. It can be used only when the Array instance is cast to anIStructuralEquatableinterface.
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: