Search
UnicodeKey.equals Method
See Also
 






Returns a value indicating whether this instance and a specified Key object represent the same value.

Namespace: com.mindfusion.keyboard
Assembly: com.mindfusion.keyboard

 Syntax

Java  Copy Code

public boolean equals (
    Object obj
)

 Parameters

obj

A Key object to compare to this instance.

 Return Value

true if obj is equal to this instance; otherwise, false.

 See Also