hashCode 属性

int hashCode
override

从字符串的代码单元派生出的哈希码。

这与 operator == 兼容。具有相同代码单元序列的字符串具有相同的哈希码。

实现

int get hashCode;