Instance Property インスタンスプロパティ

hashValue

The hashed value of the sort order.

Declaration 宣言

var hashValue: Int { get }

Discussion 議論

Hash values aren’t necessarily equal across different executions of your app. Don’t save hash values to use during a future execution. ハッシュ値は、あなたのプログラムの異なる遂行にわたって必ずしも等しくありません。ハッシュ値を将来の遂行の間に使うために保存しないでください。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Comparing Sort Orders