Compares this object to the specified object.
The result is true
if and only if the argument is not null
and is an XMLDouble
object that contains the same int
value as this object.
- Parameters:
-
| lValue | the object to compare with. |
| rValue | the object to compare against. |
- Returns:
true
if the objects are the same; false
otherwise.