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

# ==(_:_:)

Indicates whether two physics mass properties are equal.

## Declaration

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

## Parameters

- `lhs`: The first set of physics mass properties to compare.
- `rhs`: The second set of physics mass properties to compare.

## Return Value

Return Value A Boolean value set to true if the two physics mass properties are equal.
