==(_:_:)
Returns a Boolean value that indicates whether two rotations are equal.
Declaration
static func == (lhs: Rotation3DFloat, rhs: Rotation3DFloat) -> BoolParameters
- lhs:
The first rotation to compare.
- rhs:
The second rotation to compare.
Returns a Boolean value that indicates whether two rotations are equal.
static func == (lhs: Rotation3DFloat, rhs: Rotation3DFloat) -> BoolThe first rotation to compare.
The second rotation to compare.