TouchPoint.IEquatable<TouchPoint>.Equals(TouchPoint) Method

Definition

Indicates whether the current object is equal to another 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

Parameters

other
TouchPoint

An object to compare with this object.

Returns

true if the current object is equal to the other parameter; otherwise, false.

Implements

Applies to