==(_:_:)
Returns a Boolean value that indicates whether two values are equal.
Declaration
static func == (lhs: Size3D, rhs: Size3D) -> BoolParameters
- lhs:
The left-hand side value.
- rhs:
The right-hand side value.
Return Value
A Boolean value that indicates whether two values are equal.