Contents

==(_:_:)

Returns a Boolean value indicating whether two hand skeletons are equal.

Declaration

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

Parameters

  • lhs:

    The left-hand side hand skeleton to compare.

  • rhs:

    The right-hand side hand skeleton to compare.

Return Value

true if the two hand skeletons are equal; otherwise, false.