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

# ==(_:_:)

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

## Declaration

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

## Parameters

- `lhs`: The collection of weights on the left side of the operator.
- `rhs`: The collection of weights on the right side of the operator.

## Return Value

Return Value Returns true if the two collections of weights are equal. Otherwise, returns false.
