| Property | Description | |||
| Method Name | operator== and operator!= | |||
| Argument - roLN | The item to be compared with this one. | |||
| Description | Allows the current Decimal object to be compared with another | |||
| Returns | operator== returns true if the 2 Decimal contain the same value. operator=! returns false if the 2 Decimal contain the same value. |
|||
| Remarks | ||||
| Example |