GamePadThumbSticks.op_Equality Method
Determines whether two GamePadThumbSticks instances are equal.
Syntax
'Declaration
Public Shared Function op_Equality ( _
left As GamePadThumbSticks, _
right As GamePadThumbSticks _
) As Boolean
public static bool op_Equality (
GamePadThumbSticks left,
GamePadThumbSticks right
)
public:
static bool op_Equality(
GamePadThumbSticks left,
GamePadThumbSticks right
)
Parameters
- left
Type: GamePadThumbSticks
Object on the left of the equal sign. - right
Type: GamePadThumbSticks
Object on the right of the equal sign.
Return Value
Type: Boolean
true if the instances are equal; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework.Input
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
GamePadThumbSticks Structure
GamePadThumbSticks Members
Microsoft.Xna.Framework.Input Namespace
Platforms
Windows Phone