HandPose.Equivalent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equivalent(GestureSegment) |
Executes a deep comparison of this HandPose instance with |
Equivalent(HandPose) |
Executes a deep comparison of this HandPose instance with |
Equivalent(GestureSegment)
Executes a deep comparison of this HandPose instance with other
.
public override bool Equivalent (Microsoft.Gestures.GestureSegment other);
Parameters
- other
- GestureSegment
The other GestureSegment to compare this HandPose to.
Returns
True if this instance is equivalent to other
.