This topic has not yet been rated - Rate this topic

KeyboardState.op_Equality Method

Compares two objects to determine whether they are the same.

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

public static bool op_Equality (
         KeyboardState a,
         KeyboardState b
)

Parameters

a
Object to the left of the equality operator.
b
Object to the right of the equality operator.

Return Value

true if the objects are the same; false otherwise.

Xbox 360, Windows XP SP2, Windows Vista

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.