Method equals(Object obj)
Return type: boolean
Member of:
java.awt.Dimension
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
if (size != null && !size.equals(designerPanel.getDesignerSize())) {
2
if (!sz.equals(prevSize)) {
3
if (!sz.equals(pref)) {
4
if (value != null && !value.equals(getDefault(key)))
5
if (currentWindow.getSize().equals(ScreenSize)) return; // Window is maximized - don't set the normal size remainer!
6
boolean correct = (innerPanel.getSize().equals(new Dimension(xSize, ySize)));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.