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