HandPose.Equivalent Method

Definition

Overloads

Equivalent(GestureSegment)

Executes a deep comparison of this HandPose instance with other.

Equivalent(HandPose)

Executes a deep comparison of this HandPose instance with other.

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.

Applies to

Equivalent(HandPose)

Executes a deep comparison of this HandPose instance with other.

public bool Equivalent (Microsoft.Gestures.HandPose other);

Parameters

other
HandPose

The other HandPose object to compare this HandPose to.

Returns

True if this instance is equivalent to other.

Applies to