BBjNumber::equals
Description
In BBj 7.0 and higher, this method compares this BBjNumber with the specified Object for equality.
Syntax
Return Value |
Method |
---|---|
boolean |
equals(Object val) |
Parameters
Variable |
Description |
---|---|
val |
Object to which this BBjNumber is to be compared. |
Return Value
True if and only if the specified Object is a BBjNumber whose value and scale are equal to this BBjNumber's.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.