==(_:_:)
Returns a Boolean value that indicates whether two blend weights are equal.
Declaration
static func == (lhs: BlendWeight, rhs: BlendWeight) -> BoolParameters
- lhs:
The blend weight on the left side of the operator.
- rhs:
The blend weight on the right side of the operator.
Return Value
Returns true if the blend weights are equal. Otherwise, returns false.