# GetHashCode()

> Computes a hash code for this ImportResultID.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Experimental](/engine/6000.5/script-reference/unityeditor/experimental.md)
* **Assembly:** UnityEditor.CoreModule

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

### Returns

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