| 
Compares this object to the specified object. 
 
The result is trueif and only if the argument is notnulland is anXMLDoubleobject that contains the sameintvalue as this object. 
 Parameters:
  
    |  | lValue | the object to compare with. |  |  | rValue | the object to compare against. | 
 Returns:trueif the objects are the same;falseotherwise.
 |