Contents

==(_:_:)

Returns a Boolean value that indicates whether two collections of weights are equal.

Declaration

static func == (lhs: BlendShapeWeights, rhs: BlendShapeWeights) -> Bool

Parameters

  • lhs:

    The collection of weights on the left side of the operator.

  • rhs:

    The collection of weights on the right side of the operator.

Return Value

Returns true if the two collections of weights are equal. Otherwise, returns false.