UTF7Encoding.GetHashCode 方法

定義

回傳當前 UTF7Encoding 物件的雜湊碼。

public:
 override int GetHashCode();
public override int GetHashCode();
[System.Runtime.InteropServices.ComVisible(false)]
public override int GetHashCode();
override this.GetHashCode : unit -> int
[<System.Runtime.InteropServices.ComVisible(false)>]
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

傳回

一個 32 位元有號整數雜湊碼。

屬性

備註

該方法回傳 GetHashCode 的值不適合用來區分不同 UTF7Encoding 物件。 如果你的應用程式需要唯一的雜湊碼,它應該會覆寫這個 GetHashCode 方法。

適用於