Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether two GamePadTriggers instances are not equal.
Syntax
'Declaration
Public Shared Function op_Inequality ( _
left As GamePadTriggers, _
right As GamePadTriggers _
) As Boolean
public static bool op_Inequality (
GamePadTriggers left,
GamePadTriggers right
)
public:
static bool op_Inequality(
GamePadTriggers left,
GamePadTriggers right
)
Parameters
- left
Type: GamePadTriggers
Object on the left of the equal sign. - right
Type: GamePadTriggers
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
GamePadTriggers Structure
GamePadTriggers Members
Microsoft.Xna.Framework.Input Namespace
Platforms
Windows Phone