Sdílet prostřednictvím


GamePadState.op_Inequality Method

Determines whether two GamePadState instances are not equal.

Syntax

'Declaration
Public Shared Function op_Inequality ( _
         left As GamePadState, _
         right As GamePadState _
) As Boolean 
public static bool op_Inequality (
         GamePadState left,
         GamePadState right
)
public:
static bool op_Inequality(
         GamePadState left,
         GamePadState right
)

Parameters

  • left
    Type: GamePadState
    Object on the left of the equal sign.
  • right
    Type: GamePadState
    Object on the right of the equal sign.

Return Value

Type: Boolean
true if the objects are not equal; false otherwise.

Requirements

Namespace: Microsoft.Xna.Framework.Input

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

GamePadState Structure
GamePadState Members
Microsoft.Xna.Framework.Input Namespace

Platforms

Windows Phone