Method ComputeHash128
ComputeHash128()
Calculates and returns the 128-bit hash value of the component contents.
Declaration
public uint4 ComputeHash128()
Returns
Type | Description |
---|---|
uint4 | Returns the calculated 128-bit hash value. |
Remarks
This is equivalent to calling ResetHash128() and then GetHash128().