KeyboardState.op_Inequality Method
Compares two objects to determine whether they are different.
Syntax
'Declaration
Public Shared Function op_Inequality ( _
a As KeyboardState, _
b As KeyboardState _
) As Boolean
public static bool op_Inequality (
KeyboardState a,
KeyboardState b
)
public:
static bool op_Inequality(
KeyboardState a,
KeyboardState b
)
Parameters
- a
Type: KeyboardState
Object to the left of the inequality operator. - b
Type: KeyboardState
Object to the right of the inequality operator.
Return Value
Type: Boolean
true if the objects are different; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework.Input
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
KeyboardState Structure
KeyboardState Members
Microsoft.Xna.Framework.Input Namespace
Platforms
Windows Phone