# QueryHashCode()

> Returns a hashcode for this node. Multiple nodes can have the same hashcode if they have the same identifier.

## Definition

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

```csharp
int QueryHashCode()
```

### Returns

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