Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetHashCodeOrdinalIgnoreCase() [1/2]

int System.String.GetHashCodeOrdinalIgnoreCase ( )
inlinepackage

Definition at line 665 of file String.cs.

666 {
667 ulong defaultSeed = Marvin.DefaultSeed;
668 return Marvin.ComputeHash32OrdinalIgnoreCase(ref _firstChar, _stringLength, (uint)defaultSeed, (uint)(defaultSeed >> 32));
669 }
readonly int _stringLength
Definition String.cs:32
char _firstChar
Definition String.cs:35

References System.String._firstChar, System.String._stringLength, System.Marvin.ComputeHash32OrdinalIgnoreCase(), and System.Marvin.DefaultSeed.

Referenced by System.String.GetHashCode().