TouchLocation.Equals Method (TouchLocation)
Determines whether the current TouchLocation is equal to the specified TouchLocation.
Syntax
'Declaration
Public Function Equals ( _
other As TouchLocation _
) As Boolean
public bool Equals (
TouchLocation other
)
public:
bool Equals(
TouchLocation other
)
Parameters
- other
Type: TouchLocation
The TouchLocation to compare with this instance.
Return Value
Type: Boolean
true if the current TouchLocation is equal to the specified TouchLocation; otherwise false.
Requirements
Namespace: Microsoft.Xna.Framework.Input.Touch
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
TouchLocation Structure
TouchLocation Members
Microsoft.Xna.Framework.Input.Touch Namespace
Platforms
Windows Phone