Array.IStructuralEquatable.GetHashCode Method (IEqualityComparer)
.NET Framework (current version)
Returns a hash code for the current instance.
Assembly: mscorlib (in mscorlib.dll)
private abstract GetHashCode : comparer:IEqualityComparer -> int private override GetHashCode : comparer:IEqualityComparer -> int
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: