Array.IStructuralEquatable.GetHashCode Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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.
Implements
IStructuralEquatable.GetHashCode(IEqualityComparer)This member is an explicit interface member implementation. It can be used only when the Array instance is cast to an System.Collections.IStructuralEquatable interface.
Show: