---
title: "==(_:_:)"
framework: realitykit
role: symbol
role_heading: Operator
path: "realitykit/bindpath/part/==(_:_:)"
---

# ==(_:_:)

Returns a Boolean value that indicates whether two components of a bind path are equal.

## Declaration

```swift
static func == (lhs: BindPath.Part, rhs: BindPath.Part) -> Bool
```

## Parameters

- `lhs`: The component of the bind path on the left side of the operator.
- `rhs`: The component of the bind path on the right side of the operator.

## Return Value

Return Value Returns true if the components of the bind path are equal. Otherwise, returns false.
