TouchLocation.Equals Method (Object)
Determines whether the current TouchLocation is equal to the specified object.
Syntax
'Declaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
public override bool Equals (
Object obj
)
public:
bool Equals(
Object obj
) override
Parameters
Return Value
Type: Boolean
true if the current TouchLocation is equal to the specified object; 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