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

# ==(_:_:)

Returns a Boolean value that indicates whether two blend weights are equal.

## Declaration

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

## Parameters

- `lhs`: The blend weight on the left side of the operator.
- `rhs`: The blend weight on the right side of the operator.

## Return Value

Return Value Returns true if the blend weights are equal. Otherwise, returns false.
