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

# ==(_:_:)

Returns a Boolean that indicates whether the model sort groups are equal.

## Declaration

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

## Parameters

- `lhs`: A model sort group.
- `rhs`: Another model sort group.
