StringInfo.GetHashCode 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算当前 StringInfo 对象的值的哈希代码。
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
返回
基于此 StringInfo 对象的字符串值的 32 位带符号整数哈希代码。
- 属性
注解
的行为 GetHashCode 取决于其实现,后者可能会从公共语言运行时的一个版本更改为另一个版本。 这可能会提高 的性能 GetHashCode。 若要使行为 GetHashCode 保持不变,应用程序应使用已知永远不会更改的实现替代 的 GetHashCode 运行时实现。