# Equals(PropertyPath)

> Indicates whether this instance and a specified object are equal.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Properties](/engine/6000.7/script-reference/unity/properties.md)
* **Assembly:** UnityEngine.PropertiesModule

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

### Parameters

**** (\[PropertyPath]\(/engine/6000.7/script-reference/unity/properties/propertypath)): The object to compare with the current instance.

### Returns

| Type                                                          | Description                                                                                         |
| ------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | `true` if obj and this instance are the same type and represent the same value; otherwise, `false`. |
