# Equals(VideoClipImporter)

> Performs a value comparison with another VideoClipImporter.

## Definition

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

```csharp
public bool Equals(VideoClipImporter rhs)
```

### Parameters

**** (\[VideoClipImporter]\(/engine/6000.5/script-reference/unityeditor/videoclipimporter)): The importer to compare with.

### Returns

| Type                                                          | Description                                                                              |
| ------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | Returns true if the settings for both VideoClipImporters match. Returns false otherwise. |

### Remarks

This method considers objects with identical parameters as being equal. This differs from System.Object.Equals(System.Object) which performs a reference comparison.
