Contents

==(_:_:)

Returns a Boolean value that indicates whether two angles are equal.

Declaration

static func == (lhs: Rect3DFloat, rhs: Rect3DFloat) -> Bool

Parameters

  • lhs:

    The first angle to compare.

  • rhs:

    The second angle to compare.