You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets a hash value from a string. This hash is stable across process invocations (doesn't use hash randomization) and across different .NET versions and platforms.
15
+
/// </summary>
16
+
/// <remarks>
17
+
/// The original code was taken from <c>string.GetHashCode()</c> with some minor changes
0 commit comments