GetHashCode()
Computes a valid hash code for this UniqueStyleString.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public override int GetHashCode()
Returns
Type | Description |
|---|---|
| int | A 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.