Gesture.Equivalent Method

Definition

Overloads

Equivalent(Gesture)

Performs a deep comparison with other.

Equivalent(GestureSegment)

Performs a deep comparison with other.

Equivalent(Gesture)

Performs a deep comparison with other.

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

Parameters

other
Gesture

The other Gesture to compare this Gesture with.

Returns

Applies to

Equivalent(GestureSegment)

Performs a deep comparison with other.

public override bool Equivalent (Microsoft.Gestures.GestureSegment other);

Parameters

other
GestureSegment

The other GestureSegment to compare this Gesture with.

Returns

Applies to