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.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Private Function GetHashCode ( _
    comparer As IEqualityComparer _
) As Integer Implements IStructuralEquatable.GetHashCode
int IStructuralEquatable.GetHashCode(
    IEqualityComparer comparer
)

Parameters

Return Value

Type: System..::.Int32
The hash code for the current instance.

Implements

IStructuralEquatable..::.GetHashCode(IEqualityComparer)

Remarks

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.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

Array Class

System Namespace