Contents

==(_:_:)

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

Declaration

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

Parameters

  • lhs:

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

  • rhs:

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

Return Value

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