# Equals(PropertyPathPart)

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

## Definition

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

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

### Parameters

**** (\[PropertyPathPart]\(/engine/6000.6/script-reference/unity/properties/propertypathpart)): 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`. |
