# Equals

> Returns true if this ImportResultID is equal to another ImportResultID, otherwise false.

## Definition

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

## Equals(ImportResultID)

Returns true if this ImportResultID is equal to another ImportResultID, otherwise false.

```csharp
public bool Equals(ImportResultID other)
```

### Parameters

**** (\[ImportResultID]\(/engine/6000.7/script-reference/unityeditor/experimental/importresultid)): The ImportResultID to test for equality.

### Returns

| Type                                                          | Description                                                         |
| ------------------------------------------------------------- | ------------------------------------------------------------------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | True if this ImportResultID is equal to the other, otherwise false. |

## Equals(Hash128)

Returns true if this ImportResultID is equal to another ImportResultID, otherwise false.

```csharp
public bool Equals(Hash128 other)
```

### Parameters

**** (Hash128): The ImportResultID to test for equality.

### Returns

| Type                                                          | Description                                                         |
| ------------------------------------------------------------- | ------------------------------------------------------------------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | True if this ImportResultID is equal to the other, otherwise false. |
