![]() |
Method equals(Object obj)
Return type: boolean
Member of: java.lang.Byte
[api documentation
] [ main menu] |
Examples of how the element is used (one line per example):
[add your own example]
| 1 | if (in0.equals(new Byte((byte) 9))) { |
| 2 | (in0.getWrapperByte().equals(new Byte((byte) 20))) && |
| 3 | (in14.equals(new Byte((byte) 11))) && |
| 4 | (in0.getWrapperByte().equals(new Byte((byte) 20))) && |