Method equals(Object o)
Return type: boolean
Member of:
java.util.Collection
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
if (originalOrder.equals(this.rows)) {
2
assertTrue(bag.equals(bag));
3
if (contents.equals(containers))
4
notMissingableFileStatuses.equals(notMissingableFolderStatuses)) {
5
if (!specpath.equals(specpath2)) choices2.add(choice);
6
if(!collection.equals(result)) {
7
assertTrue(!s.equals(hs));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.