Share via


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

Definizione

Indica se l'oggetto corrente è uguale a un altro 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

Parametri

other
TouchPoint

Oggetto da confrontare con l'oggetto corrente.

Restituisce

true se l'oggetto corrente è uguale all'altro parametro; in caso contrario, false.

Implementazioni

Si applica a