Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetHashCode()

Returns the hash code for this refresh rate.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public override int GetHashCode()

Returns

Type

Description

intHash 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.