AudioAsset
Ease
FastString
FontAsset
NineSlice
PackedSprite
PackedSpriteID
RB
   HardwareSettings
   IRetroBlitGame
RBAsset
Rect2i
ShaderAsset
SoundReference
SpriteGrid
SpriteSheetAsset
TMXMapAsset
   TMXLayer
   TMXLayerLoadState
   TMXObject
   TMXObjectGroup
   TMXProperties
Vector2i

FastString.GetHashCode

Method

public override int GetHashCode()

Parameters

No parameters.

Returns

override int

Hash code

Description

Gets the string hash code. The hash code is guaranteed to be stable across various platforms, and it is safe to persist the hash for later comparison if needed.

The hash code will never be 0, nor -1.

See Docs

Features - Avoid GC with Fast String