Edit

Share via


GenericMethodInvoker.IEqualityComparer<Object[]>.GetHashCode Method

Definition

Returns a hash code for the type parameters in the provided argument list.

int IEqualityComparer<object[]>.GetHashCode (object[] obj);
abstract member System.Collections.Generic.IEqualityComparer<System.Object[]>.GetHashCode : obj[] -> int
override this.System.Collections.Generic.IEqualityComparer<System.Object[]>.GetHashCode : obj[] -> int
Function GetHashCode (obj As Object()) As Integer Implements IEqualityComparer(Of Object()).GetHashCode

Parameters

obj
Object[]

The argument list.

Returns

A hash code.

Implements

Applies to