# GetHashCode()

> Gets the hash code for the ObjectIdentifier.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Build.Content](/engine/6000.6/script-reference/unityeditor/build/content.md)
* **Assembly:** UnityEditor.CoreModule

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

### Returns

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

### Remarks

Internal use only. See [ObjectIdentifier](/engine/6000.6/script-reference/unityeditor/build/content/objectidentifier.md).
