Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetHashCode()

Computes a valid hash code for this UniqueStyleString.
Read time 1 minuteLast updated 10 days ago

Definition

public override int GetHashCode()

Returns

Type

Description

intA number that represents this UniqueStyleString

Remarks

This method returns a unique hash code for the given UniqueStyleString. The result hash has no chance of producing a collision, that is, distinct UniqueStyleStrings will always produce distinct hash codes.