ModelCollationComparer.GetHashCode 메서드

정의

오버로드

Name Description
GetHashCode(ObjectIdentifier)

이 비교자의 메서드와 호환되는 개체에 Equals(ObjectIdentifier, ObjectIdentifier) 대한 해시 코드를 가져옵니다.

GetHashCode(IList<String>)

이 비교자의 메서드와 호환되는 개체에 Equals(IList<String>, IList<String>) 대한 해시 코드를 가져옵니다.

GetHashCode(String)

이 비교자의 메서드와 호환되는 개체에 Equals(String, String) 대한 해시 코드를 가져옵니다.

GetHashCode(ObjectIdentifier)

이 비교자의 메서드와 호환되는 개체에 Equals(ObjectIdentifier, ObjectIdentifier) 대한 해시 코드를 가져옵니다.

public abstract int GetHashCode(Microsoft.SqlServer.Dac.Model.ObjectIdentifier obj);
override this.GetHashCode : Microsoft.SqlServer.Dac.Model.ObjectIdentifier -> int
Public MustOverride Function GetHashCode (obj As ObjectIdentifier) As Integer

매개 변수

obj
ObjectIdentifier

에 대한 해시 코드를 가져올 개체입니다.

반품

해시 코드

구현

적용 대상

GetHashCode(IList<String>)

이 비교자의 메서드와 호환되는 개체에 Equals(IList<String>, IList<String>) 대한 해시 코드를 가져옵니다.

public abstract int GetHashCode(System.Collections.Generic.IList<string> obj);
override this.GetHashCode : System.Collections.Generic.IList<string> -> int
Public MustOverride Function GetHashCode (obj As IList(Of String)) As Integer

매개 변수

obj
IList<String>

에 대한 해시 코드를 가져올 개체입니다.

반품

해시 코드

구현

적용 대상

GetHashCode(String)

이 비교자의 메서드와 호환되는 개체에 Equals(String, String) 대한 해시 코드를 가져옵니다.

public abstract int GetHashCode(string obj);
override this.GetHashCode : string -> int
Public MustOverride Function GetHashCode (obj As String) As Integer

매개 변수

obj
String

에 대한 해시 코드를 가져올 개체입니다.

반품

해시 코드

구현

적용 대상