MenuShortcut.equals
Class Overview | Class Members |
This Package |
All Packages
public boolean equals( MenuShortcut s )
Parameters
- s
- the MenuShortcut to compare with this.
Description
Returns whether this MenuShortcut is the same as another:
equality is defined to mean that both MenuShortcuts use the same key
and both either use or don't use the SHIFT key.