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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.