共用方式為


GenericMethodInvoker.IEqualityComparer<Object[]>.GetHashCode 方法

定義

傳回所提供引數清單中類型參數的雜湊碼。

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

參數

obj
Object[]

引數清單。

傳回

雜湊碼。

實作

適用於