Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ComputeHashCode<T>(ref T)

Returns a hash code of this string.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule

ComputeHashCode<T>(T)

public static int ComputeHashCode<T>(this ref T fs) where T : unmanaged, INativeList<byte>, IUTF8Bytes

Parameters

fs

T
A string to get a hash code of.

Returns

Type

Description

intA hash code of this string.