# GetHashCode()

> A hash used for comparisons.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Accessibility](/engine/6000.7/script-reference/unityengine/accessibility.md)
* **Assembly:** UnityEngine.AccessibilityModule

```csharp
public override int GetHashCode()
```

### Returns

| Type                                                       | Description         |
| ---------------------------------------------------------- | ------------------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) | A unique hash code. |
