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