GamePadTriggers.Equals Method
Returns a value that indicates whether the current instance is equal to a specified object.
'Declaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
public override bool Equals (
Object obj
)
public:
bool Equals(
Object obj
) override
- obj
Type: Object
Object with which to make the comparison.
Type: Boolean
true if the current instance is equal to the specified object; false otherwise.
Namespace: Microsoft.Xna.Framework.Input
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
GamePadTriggers Structure
GamePadTriggers Members
Microsoft.Xna.Framework.Input Namespace
Windows Phone