==(_:_:)
Indicates whether two physics body components are equal.
Declaration
static func == (lhs: PhysicsBodyComponent, rhs: PhysicsBodyComponent) -> BoolParameters
- lhs:
The first physics body component to compare.
- rhs:
The second physics body component to compare.
Return Value
A Boolean value set to true if the two physics body components are equal.