TouchPoint.IEquatable<TouchPoint>.Equals(TouchPoint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.