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