ModelCollationComparer.GetHashCode 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 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
매개 변수
반품
해시 코드
구현
적용 대상
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
에 대한 해시 코드를 가져올 개체입니다.
반품
해시 코드