GenericMethodInvoker.IEqualityComparer<Object[]>.GetHashCode 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回所提供引數清單中類型參數的雜湊碼。
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[]
引數清單。
傳回
雜湊碼。