GetHashCode()
Returns the hash code for this refresh rate.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public override int GetHashCode()
Returns
Type | Description |
|---|---|
| int | Hash code of the refresh rate. |
Remarks
The hash code is computed from the reduced fraction, so refresh rates that are equal have equal hash codes even if their numerators and denominators differ.