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

返回

Int32

32 位有符号整数哈希代码。

属性

注解

该方法返回 GetHashCode 的值不适合将一个对象与另一个 UTF7Encoding 对象区分开来。 如果应用程序需要唯一的哈希代码,则应重写 GetHashCode 该方法。

适用于