==(_:_:)
Returns a Boolean value indicating whether two hand skeleton joints are equal.
Declaration
static func == (lhs: HandSkeleton.Joint, rhs: HandSkeleton.Joint) -> BoolParameters
- lhs:
The left-hand side hand skeleton joint to compare.
- rhs:
The right-hand side hand skeleton joint to compare.
Return Value
true if the two hand skeleton joints are equal; otherwise, false.