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