ModelCollationComparer.GetHashCode メソッド

定義

オーバーロード

名前 説明
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

ハッシュコードを取得するオブジェクト

返品

hashcode

実装

適用対象

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>

ハッシュコードを取得するオブジェクト

返品

hashcode

実装

適用対象

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

ハッシュコードを取得するオブジェクト

返品

hashcode

実装

適用対象