Contents

==(_:_:)

Indicates whether two physics mass properties are equal.

Declaration

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

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