HashAlgorithmName.GetHashCode 方法

定義

傳回目前執行個體的雜湊碼。

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

傳回

目前執行個體的雜湊碼;如有提供 name 值給 HashAlgorithmName 建構函式則為 0。

適用於