Method equals(Object obj)
Return type: boolean
Member of:
java.lang.Long
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
assertTrue(wSession.getWorkflowByAgentAndProcess(agentId1, procId1).id.equals(newId1));
2
if (in0.equals(new Long(3321L))) {
3
assertTrue(newId1.equals(vo.id));
4
if ( lovValueOid.equals( lovValue.getOid() ) ) {
5
if (contact.getId().equals(contactId)) {
6
if ((this.key==null) || (this.key.equals(key))) {
7
assertTrue("Correct long2 value", new Long("6").equals(bw.getPropertyValue("long2")));
8
(in17.equals(new Long(232309L))) &&
9
if (item.getTypeOID().equals(PersistentTypes.LONG)) {
10
if (!workedOnLong.equals(originalLong)) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.