Returns true if the other keyboard state contains the same keys, has the same caps lock state and time value.

Namespace: VVVV.Utils.IO
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public bool Equals(
	KeyboardState other
)

Parameters

other
Type: VVVV.Utils.IO..::..KeyboardState
The keyboard state to compare with the current keyboard state.

Return Value

True if the specified keyboard state is equal to the current keyboard state.

Implements

IEquatable<(Of <(<'T>)>)>..::..Equals(T)

See Also