Method equals(Object x)
Return type: boolean
Member of: java.math.BigDecimal
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 if (in0.equals(new BigDecimal("3434.456"))) {
2 result.equals (new java.math.BigDecimal(42)));
3 if (targetId.equals(songId)) {
4 if (m_ListAmt.equals(Env.ZERO))
5 if (qty == null || qty.equals(Env.ZERO) || C_UOM_ID == C_UOM_To_ID)
6 assertTrue("Correct bigDecimal value", new BigDecimal("4.0").equals(bw.getPropertyValue("bigDecimal")));
7 (in2.equals(new BigDecimal("546.545"))) &&
8 (pOperator.apply (left.equals (right), pLogger));
9 if (!workedOnBigDecimal.equals(originalBigDecimal)) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.