Array.IStructuralEquatable.GetHashCode Method (IEqualityComparer)
.NET Framework (current version)
Returns a hash code for the current instance.
Assembly: mscorlib (in mscorlib.dll)
Private Function GetHashCode ( comparer As IEqualityComparer ) As Integer Implements 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: