다음을 통해 공유


Gesture.Equivalent 메서드

정의

오버로드

Equivalent(Gesture)

.와 심층 비교를 other수행합니다.

Equivalent(GestureSegment)

.와 심층 비교를 other수행합니다.

Equivalent(Gesture)

.와 심층 비교를 other수행합니다.

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

매개 변수

other
Gesture

다른 Gesture 하나는 이것을 Gesture 비교할 수 있습니다.

반환

적용 대상

Equivalent(GestureSegment)

.와 심층 비교를 other수행합니다.

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

매개 변수

other
GestureSegment

다른 GestureSegment 하나는 이것을 Gesture 비교할 수 있습니다.

반환

적용 대상