Array.IStructuralEquatable.GetHashCode Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Returns a hash code for the current instance.

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

Syntax

'Declaration
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

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference