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

# ==(_:_:)

Returns a Boolean value that indicates whether two bind targets are equal.

## Declaration

```swift
static func == (lhs: BindTarget, rhs: BindTarget) -> Bool
```

## Parameters

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

## Return Value

Return Value Returns true if the bind targets are equal. Otherwise, returns false.
