TouchPoint.IEquatable<TouchPoint>.Equals(TouchPoint) 메서드

정의

현재 개체가 다른 TouchPoint와 같은지 여부를 나타냅니다.

 virtual bool System.IEquatable<System.Windows.Input.TouchPoint>.Equals(System::Windows::Input::TouchPoint ^ other) = IEquatable<System::Windows::Input::TouchPoint ^>::Equals;
bool IEquatable<TouchPoint>.Equals (System.Windows.Input.TouchPoint other);
abstract member System.IEquatable<System.Windows.Input.TouchPoint>.Equals : System.Windows.Input.TouchPoint -> bool
override this.System.IEquatable<System.Windows.Input.TouchPoint>.Equals : System.Windows.Input.TouchPoint -> bool
Function Equals (other As TouchPoint) As Boolean Implements IEquatable(Of TouchPoint).Equals

매개 변수

other
TouchPoint

이 개체와 비교할 개체입니다.

반환

현재 개체가 다른 매개 변수와 같으면true 이고, 그렇지 않으면 false입니다.

구현

적용 대상